#527DCC

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

Shades of Havelock Blue #527DCC

Tints of Havelock Blue #527DCC

Color information

#527DCC (or 0x527DCC) is unknown color: approx Havelock Blue. HEX triplet: 52, 7D and CC. RGB value is (82,125,204). Sum of RGB (Red+Green+Blue) = 82+125+204=411 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.95% from 411); Green value is 125 (49.22% from 255 or 30.41% from 411); Blue value is 204 (80.08% from 255 or 49.64% from 411); Max value from RGB is 204 - color contains mainly: blue. Hex color #527DCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #527DCC is #AD8233. Grayscale: #787878. Windows color (decimal): -11371060 or 13401426. OLE color: 13401426.

HSL color Cylindrical-coordinate representation of color #527DCC: hue angle of 218.85º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #527DCC is Cyan = 0.60, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB82125204-
CMYK0.600.3900.2
HSL218.85º54.46%56.08%-
HSV(B)218.85º59.8%80%-
XYZ21.7120.8260-
YUV121.15174.75100.08-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.95%
GREEN value IS 125 (49.22% from 255) = 30.41%
BLUE value IS 204 (80.08% from 255) = 49.64%
R=19.95%
G=30.41%
B=49.64%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal821252040.600.3900.2218.8554.4656.08
Hex527DCC3C27014db3638
Octal12217531474470243336670
Binary101001011111011100110011110010011101010011011011110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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