#527DBE

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

Shades of Havelock Blue #527DBE

Tints of Havelock Blue #527DBE

Color information

#527DBE (or 0x527DBE) is unknown color: approx Havelock Blue. HEX triplet: 52, 7D and BE. RGB value is (82,125,190). Sum of RGB (Red+Green+Blue) = 82+125+190=397 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.65% from 397); Green value is 125 (49.22% from 255 or 31.49% from 397); Blue value is 190 (74.61% from 255 or 47.86% from 397); Max value from RGB is 190 - color contains mainly: blue. Hex color #527DBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #527DBE is #AD8241. Grayscale: #777777. Windows color (decimal): -11371074 or 12483922. OLE color: 12483922.

HSL color Cylindrical-coordinate representation of color #527DBE: hue angle of 216.11º 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 #527DBE is Cyan = 0.57, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB82125190-
CMYK0.570.3400.25
HSL216.11º45.38%53.33%-
HSV(B)216.11º56.84%74.51%-
XYZ20.1120.1851.55-
YUV119.55167.75101.21-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.65%
GREEN value IS 125 (49.22% from 255) = 31.49%
BLUE value IS 190 (74.61% from 255) = 47.86%
R=20.65%
G=31.49%
B=47.86%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal821251900.570.3400.25216.1145.3853.33
Hex527DBE3922019d82d35
Octal12217527671420313305565
Binary101001011111011011111011100110001001100111011000101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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