#527BB3

Color #527BB3 Havelock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Havelock Blue #527BB3

Tints of Havelock Blue #527BB3

Color information

#527BB3 (or 0x527BB3) is unknown color: approx Havelock Blue. HEX triplet: 52, 7B and B3. RGB value is (82,123,179). Sum of RGB (Red+Green+Blue) = 82+123+179=384 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.35% from 384); Green value is 123 (48.44% from 255 or 32.03% from 384); Blue value is 179 (70.31% from 255 or 46.61% from 384); Max value from RGB is 179 - color contains mainly: blue. Hex color #527BB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #527BB3 is #AD844C. Grayscale: #747474. Windows color (decimal): -11371597 or 11762514. OLE color: 11762514.

HSL color Cylindrical-coordinate representation of color #527BB3: hue angle of 214.64º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #527BB3 is Cyan = 0.54, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB82123179-
CMYK0.540.3100.30
HSL214.64º38.96%51.18%-
HSV(B)214.64º54.19%70.2%-
XYZ18.719.2145.37-
YUV117.12162.92102.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 82 (32.42% from 255) = 21.35%
GREEN value IS 123 (48.44% from 255) = 32.03%
BLUE value IS 179 (70.31% from 255) = 46.61%
R=21.35%
G=32.03%
B=46.61%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal821231790.540.3100.30214.6438.9651.18
Hex527BB3361F01Ed72733
Octal12217326366370363274763
Binary10100101111011101100111101101111101111011010111100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527BB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527BB3; }

 p { color: rgb(82,123,179); }

 H1.HeaderClassName
 {
   color: #527BB3;
 }
 .AnyTagClassName
 {
   color: #527BB3;
 }
</style>
background-color css

<style>
 a { background-color: #527BB3; }

 a { background-color: rgb(82,123,179); }

 div.DivClassName
 {
   background-color: #527BB3;
 }
 .BgClassName
 {
   background-color: #527BB3;
 }
</style>
border-color css

<style>
 span { border-color: #527BB3; }

 span { border-color: rgb(82,123,179); }

 td.TdClassName
 {
   border-color: #527BB3;
 }
 .TagClassName
 {
   border-color: #527BB3;
 }
</style>