#5275CD

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

Shades of Havelock Blue #5275CD

Tints of Havelock Blue #5275CD

Color information

#5275CD (or 0x5275CD) is unknown color: approx Havelock Blue. HEX triplet: 52, 75 and CD. RGB value is (82,117,205). Sum of RGB (Red+Green+Blue) = 82+117+205=404 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.30% from 404); Green value is 117 (46.09% from 255 or 28.96% from 404); Blue value is 205 (80.47% from 255 or 50.74% from 404); Max value from RGB is 205 - color contains mainly: blue. Hex color #5275CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5275CD is #AD8A32. Grayscale: #747474. Windows color (decimal): -11373107 or 13464914. OLE color: 13464914.

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

Color convert

RGB82117205-
CMYK0.60.4300.20
HSL222.93º55.16%56.27%-
HSV(B)222.93º60%80.39%-
XYZ20.8618.9260.31-
YUV116.57177.9103.34-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.30%
GREEN value IS 117 (46.09% from 255) = 28.96%
BLUE value IS 205 (80.47% from 255) = 50.74%
R=20.30%
G=28.96%
B=50.74%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal821172050.60.4300.20222.9355.1656.27
Hex5275CD3C2B014df3738
Octal12216531574530243376770
Binary101001011101011100110111110010101101010011011111110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5275CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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