#527ECB

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

Shades of Havelock Blue #527ECB

Tints of Havelock Blue #527ECB

Color information

#527ECB (or 0x527ECB) is unknown color: approx Havelock Blue. HEX triplet: 52, 7E and CB. RGB value is (82,126,203). Sum of RGB (Red+Green+Blue) = 82+126+203=411 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.95% from 411); Green value is 126 (49.61% from 255 or 30.66% from 411); Blue value is 203 (79.69% from 255 or 49.39% from 411); Max value from RGB is 203 - color contains mainly: blue. Hex color #527ECB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #527ECB is #AD8134. Grayscale: #797979. Windows color (decimal): -11370805 or 13336146. OLE color: 13336146.

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

Color convert

RGB82126203-
CMYK0.600.3800.20
HSL218.18º53.78%55.88%-
HSV(B)218.18º59.61%79.61%-
XYZ21.7221.0359.41-
YUV121.62173.9299.74-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 19.95%
GREEN value IS 126 (49.61% from 255) = 30.66%
BLUE value IS 203 (79.69% from 255) = 49.39%
R=19.95%
G=30.66%
B=49.39%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal821262030.600.3800.20218.1853.7855.88
Hex527ECB3C26014da3638
Octal12217631374460243326670
Binary101001011111101100101111110010011001010011011010110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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