#5276BC

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

Shades of Havelock Blue #5276BC

Tints of Havelock Blue #5276BC

Color information

#5276BC (or 0x5276BC) is unknown color: approx Havelock Blue. HEX triplet: 52, 76 and BC. RGB value is (82,118,188). Sum of RGB (Red+Green+Blue) = 82+118+188=388 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.13% from 388); Green value is 118 (46.48% from 255 or 30.41% from 388); Blue value is 188 (73.83% from 255 or 48.45% from 388); Max value from RGB is 188 - color contains mainly: blue. Hex color #5276BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5276BC is #AD8943. Grayscale: #727272. Windows color (decimal): -11372868 or 12351058. OLE color: 12351058.

HSL color Cylindrical-coordinate representation of color #5276BC: hue angle of 219.62º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5276BC is Cyan = 0.56, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB82118188-
CMYK0.560.3700.26
HSL219.62º44.17%52.94%-
HSV(B)219.62º56.38%73.73%-
XYZ19.0418.3850.12-
YUV115.22169.07104.31-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.13%
GREEN value IS 118 (46.48% from 255) = 30.41%
BLUE value IS 188 (73.83% from 255) = 48.45%
R=21.13%
G=30.41%
B=48.45%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal821181880.560.3700.26219.6244.1752.94
Hex5276BC382501Adc2c35
Octal12216627470450323345465
Binary101001011101101011110011100010010101101011011100101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5276BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5276BC; }

 p { color: rgb(82,118,188); }

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

<style>
 a { background-color: #5276BC; }

 a { background-color: rgb(82,118,188); }

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

<style>
 span { border-color: #5276BC; }

 span { border-color: rgb(82,118,188); }

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