#5276CD

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

Shades of Havelock Blue #5276CD

Tints of Havelock Blue #5276CD

Color information

#5276CD (or 0x5276CD) is unknown color: approx Havelock Blue. HEX triplet: 52, 76 and CD. RGB value is (82,118,205). Sum of RGB (Red+Green+Blue) = 82+118+205=405 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.25% from 405); Green value is 118 (46.48% from 255 or 29.14% from 405); Blue value is 205 (80.47% from 255 or 50.62% from 405); Max value from RGB is 205 - color contains mainly: blue. Hex color #5276CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5276CD is #AD8932. Grayscale: #747474. Windows color (decimal): -11372851 or 13465170. OLE color: 13465170.

HSL color Cylindrical-coordinate representation of color #5276CD: hue angle of 222.44º degrees, saturation: 0.55, 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 #5276CD is Cyan = 0.6, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB82118205-
CMYK0.60.4200.20
HSL222.44º55.16%56.27%-
HSV(B)222.44º60%80.39%-
XYZ20.9819.1660.35-
YUV117.15177.57102.93-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.25%
GREEN value IS 118 (46.48% from 255) = 29.14%
BLUE value IS 205 (80.47% from 255) = 50.62%
R=20.25%
G=29.14%
B=50.62%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal821182050.60.4200.20222.4455.1656.27
Hex5276CD3C2A014de3738
Octal12216631574520243366770
Binary101001011101101100110111110010101001010011011110110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5276CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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