#527ECC

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

Shades of Havelock Blue #527ECC

Tints of Havelock Blue #527ECC

Color information

#527ECC (or 0x527ECC) is unknown color: approx Havelock Blue. HEX triplet: 52, 7E and CC. RGB value is (82,126,204). Sum of RGB (Red+Green+Blue) = 82+126+204=412 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.90% from 412); Green value is 126 (49.61% from 255 or 30.58% from 412); Blue value is 204 (80.08% from 255 or 49.51% from 412); Max value from RGB is 204 - color contains mainly: blue. Hex color #527ECC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #527ECC is #AD8133. Grayscale: #797979. Windows color (decimal): -11370804 or 13401682. OLE color: 13401682.

HSL color Cylindrical-coordinate representation of color #527ECC: hue angle of 218.36º 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 #527ECC is Cyan = 0.60, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB82126204-
CMYK0.600.3800.2
HSL218.36º54.46%56.08%-
HSV(B)218.36º59.8%80%-
XYZ21.8421.0860.04-
YUV121.74174.4299.66-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.90%
GREEN value IS 126 (49.61% from 255) = 30.58%
BLUE value IS 204 (80.08% from 255) = 49.51%
R=19.90%
G=30.58%
B=49.51%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal821262040.600.3800.2218.3654.4656.08
Hex527ECC3C26014da3638
Octal12217631474460243326670
Binary101001011111101100110011110010011001010011011010110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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