#527ABE

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

Shades of Havelock Blue #527ABE

Tints of Havelock Blue #527ABE

Color information

#527ABE (or 0x527ABE) is unknown color: approx Havelock Blue. HEX triplet: 52, 7A and BE. RGB value is (82,122,190). Sum of RGB (Red+Green+Blue) = 82+122+190=394 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.81% from 394); Green value is 122 (48.05% from 255 or 30.96% from 394); Blue value is 190 (74.61% from 255 or 48.22% from 394); Max value from RGB is 190 - color contains mainly: blue. Hex color #527ABE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #527ABE is #AD8541. Grayscale: #757575. Windows color (decimal): -11371842 or 12483154. OLE color: 12483154.

HSL color Cylindrical-coordinate representation of color #527ABE: hue angle of 217.78º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #527ABE is Cyan = 0.57, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB82122190-
CMYK0.570.3600.25
HSL217.78º45.38%53.33%-
HSV(B)217.78º56.84%74.51%-
XYZ19.7319.4351.43-
YUV117.79168.75102.47-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.81%
GREEN value IS 122 (48.05% from 255) = 30.96%
BLUE value IS 190 (74.61% from 255) = 48.22%
R=20.81%
G=30.96%
B=48.22%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal821221900.570.3600.25217.7845.3853.33
Hex527ABE3924019da2d35
Octal12217227671440313325565
Binary101001011110101011111011100110010001100111011010101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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