#5873CB

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

Shades of Havelock Blue #5873CB

Tints of Havelock Blue #5873CB

Color information

#5873CB (or 0x5873CB) is unknown color: approx Havelock Blue. HEX triplet: 58, 73 and CB. RGB value is (88,115,203). Sum of RGB (Red+Green+Blue) = 88+115+203=406 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.67% from 406); Green value is 115 (45.31% from 255 or 28.33% from 406); Blue value is 203 (79.69% from 255 or 50% from 406); Max value from RGB is 203 - color contains mainly: blue. Hex color #5873CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5873CB is #A78C34. Grayscale: #747474. Windows color (decimal): -10980405 or 13333336. OLE color: 13333336.

HSL color Cylindrical-coordinate representation of color #5873CB: hue angle of 225.91º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5873CB is Cyan = 0.57, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB88115203-
CMYK0.570.4300.20
HSL225.91º52.51%57.06%-
HSV(B)225.91º56.65%79.61%-
XYZ20.9318.6559-
YUV116.96176.55107.34-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 21.67%
GREEN value IS 115 (45.31% from 255) = 28.33%
BLUE value IS 203 (79.69% from 255) = 50%
R=21.67%
G=28.33%
B=50%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal881152030.570.4300.20225.9152.5157.06
Hex5873CB392B014e23539
Octal13016331371530243426571
Binary101100011100111100101111100110101101010011100010110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5873CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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