#5273CE

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

Shades of Havelock Blue #5273CE

Tints of Havelock Blue #5273CE

Color information

#5273CE (or 0x5273CE) is unknown color: approx Havelock Blue. HEX triplet: 52, 73 and CE. RGB value is (82,115,206). Sum of RGB (Red+Green+Blue) = 82+115+206=403 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.35% from 403); Green value is 115 (45.31% from 255 or 28.54% from 403); Blue value is 206 (80.86% from 255 or 51.12% from 403); Max value from RGB is 206 - color contains mainly: blue. Hex color #5273CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5273CE is #AD8C31. Grayscale: #737373. Windows color (decimal): -11373618 or 13529938. OLE color: 13529938.

HSL color Cylindrical-coordinate representation of color #5273CE: hue angle of 224.03º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5273CE is Cyan = 0.60, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB82115206-
CMYK0.600.4400.19
HSL224.03º55.86%56.47%-
HSV(B)224.03º60.19%80.78%-
XYZ20.7518.5160.87-
YUV115.51179.07104.1-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 20.35%
GREEN value IS 115 (45.31% from 255) = 28.54%
BLUE value IS 206 (80.86% from 255) = 51.12%
R=20.35%
G=28.54%
B=51.12%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal821152060.600.4400.19224.0355.8656.47
Hex5273CE3C2C013e03838
Octal12216331674540233407070
Binary101001011100111100111011110010110001001111100000111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5273CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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