#527AB6

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

Shades of Havelock Blue #527AB6

Tints of Havelock Blue #527AB6

Color information

#527AB6 (or 0x527AB6) is unknown color: approx Havelock Blue. HEX triplet: 52, 7A and B6. RGB value is (82,122,182). Sum of RGB (Red+Green+Blue) = 82+122+182=386 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.24% from 386); Green value is 122 (48.05% from 255 or 31.61% from 386); Blue value is 182 (71.48% from 255 or 47.15% from 386); Max value from RGB is 182 - color contains mainly: blue. Hex color #527AB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #527AB6 is #AD8549. Grayscale: #747474. Windows color (decimal): -11371850 or 11958866. OLE color: 11958866.

HSL color Cylindrical-coordinate representation of color #527AB6: hue angle of 216º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #527AB6 is Cyan = 0.55, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB82122182-
CMYK0.550.3300.29
HSL216º40.65%51.76%-
HSV(B)216º54.95%71.37%-
XYZ18.8819.0946.95-
YUV116.88164.75103.12-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.24%
GREEN value IS 122 (48.05% from 255) = 31.61%
BLUE value IS 182 (71.48% from 255) = 47.15%
R=21.24%
G=31.61%
B=47.15%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal821221820.550.3300.2921640.6551.76
Hex527AB6372101Dd82934
Octal12217226667410353305164
Binary101001011110101011011011011110000101110111011000101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,122,182); }

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

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

 a { background-color: rgb(82,122,182); }

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

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

 span { border-color: rgb(82,122,182); }

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