#5273CB

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

Shades of Havelock Blue #5273CB

Tints of Havelock Blue #5273CB

Color information

#5273CB (or 0x5273CB) is unknown color: approx Havelock Blue. HEX triplet: 52, 73 and CB. RGB value is (82,115,203). Sum of RGB (Red+Green+Blue) = 82+115+203=400 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.5% from 400); Green value is 115 (45.31% from 255 or 28.75% from 400); Blue value is 203 (79.69% from 255 or 50.75% from 400); Max value from RGB is 203 - color contains mainly: blue. Hex color #5273CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5273CB is #AD8C34. Grayscale: #727272. Windows color (decimal): -11373621 or 13333330. OLE color: 13333330.

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

Color convert

RGB82115203-
CMYK0.600.4300.20
HSL223.64º53.78%55.88%-
HSV(B)223.64º59.61%79.61%-
XYZ20.3918.3758.97-
YUV115.16177.57104.34-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.5%
GREEN value IS 115 (45.31% from 255) = 28.75%
BLUE value IS 203 (79.69% from 255) = 50.75%
R=20.5%
G=28.75%
B=50.75%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal821152030.600.4300.20223.6453.7855.88
Hex5273CB3C2B014e03638
Octal12216331374530243406670
Binary101001011100111100101111110010101101010011100000110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5273CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5273CB; }

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

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

<style>
 a { background-color: #5273CB; }

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

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

<style>
 span { border-color: #5273CB; }

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

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