#527ABA

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

Shades of Havelock Blue #527ABA

Tints of Havelock Blue #527ABA

Color information

#527ABA (or 0x527ABA) is unknown color: approx Havelock Blue. HEX triplet: 52, 7A and BA. RGB value is (82,122,186). Sum of RGB (Red+Green+Blue) = 82+122+186=390 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.03% from 390); Green value is 122 (48.05% from 255 or 31.28% from 390); Blue value is 186 (73.05% from 255 or 47.69% from 390); Max value from RGB is 186 - color contains mainly: blue. Hex color #527ABA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #527ABA is #AD8545. Grayscale: #757575. Windows color (decimal): -11371846 or 12221010. OLE color: 12221010.

HSL color Cylindrical-coordinate representation of color #527ABA: hue angle of 216.92º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #527ABA is Cyan = 0.56, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB82122186-
CMYK0.560.3400.27
HSL216.92º42.98%52.55%-
HSV(B)216.92º55.91%72.94%-
XYZ19.319.2649.15-
YUV117.34166.75102.8-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.03%
GREEN value IS 122 (48.05% from 255) = 31.28%
BLUE value IS 186 (73.05% from 255) = 47.69%
R=21.03%
G=31.28%
B=47.69%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal821221860.560.3400.27216.9242.9852.55
Hex527ABA382201Bd92b35
Octal12217227270420333315365
Binary101001011110101011101011100010001001101111011001101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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