Html Css Color HEX #5873CB Havelock Blue

📋 copy color: '#5873CB'

red 88 ◦ green 115 ◦ blue 203

#5873CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Havelock Blue #5873CB

Tints of Havelock Blue #5873CB

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 value IS 0.57

 M value IS 0.43

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5873CB (or 0x5873CB) is known color: 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

RGB 88 115 203 -
CMYK 0.57 0.43 0 0.20
HSL 225.91º 0.53% 0.57% -
HSV(B) 225.91º 0.57% 0.8% -
XYZ 20.93 18.65 59 -
YUV 116.96 176.55 107.34 -
System Red Green Blue C M Y K H S L
Decimal 88 115 203 0.57 0.43 0 0.20 225.91 0.53 0.57
Hex 58 73 CB 39 2B 0 14 E2 35 39
Octal 130 163 313 71 53 0 24 342 65 71
Binary 1011000 1110011 11001011 111001 101011 0 10100 11100010 110101 111001

Color Harmonies of #5873CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5873CB

Black with #5873CB

Text Example


Text Example

White with #5873CB

Text Example


Text Example

HTML Codes & Css Web 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>