#527AB5

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

Shades of Havelock Blue #527AB5

Tints of Havelock Blue #527AB5

Color information

#527AB5 (or 0x527AB5) is unknown color: approx Havelock Blue. HEX triplet: 52, 7A and B5. RGB value is (82,122,181). Sum of RGB (Red+Green+Blue) = 82+122+181=385 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.30% from 385); Green value is 122 (48.05% from 255 or 31.69% from 385); Blue value is 181 (71.09% from 255 or 47.01% from 385); Max value from RGB is 181 - color contains mainly: blue. Hex color #527AB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #527AB5 is #AD854A. Grayscale: #747474. Windows color (decimal): -11371851 or 11893330. OLE color: 11893330.

HSL color Cylindrical-coordinate representation of color #527AB5: hue angle of 215.76º degrees, saturation: 0.4, 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 #527AB5 is Cyan = 0.55, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB82122181-
CMYK0.550.3300.29
HSL215.76º40.08%51.57%-
HSV(B)215.76º54.7%70.98%-
XYZ18.7819.0546.4-
YUV116.77164.25103.2-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.30%
GREEN value IS 122 (48.05% from 255) = 31.69%
BLUE value IS 181 (71.09% from 255) = 47.01%
R=21.30%
G=31.69%
B=47.01%

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
Decimal821221810.550.3300.29215.7640.0851.57
Hex527AB5372101Dd82834
Octal12217226567410353305064
Binary101001011110101011010111011110000101110111011000101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527AB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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