Html Css Color HEX #5871CC Havelock Blue

📋 copy color: '#5871CC'

red 88 ◦ green 113 ◦ blue 204

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

Shades of Havelock Blue #5871CC

Tints of Havelock Blue #5871CC

RGB

 RED value IS 88 (34.77% from 255) = 21.73%

 GREEN value IS 113 (44.53% from 255) = 27.9%

 BLUE value IS 204 (80.08% from 255) = 50.37%

R = 21.73%
G = 27.9%
B = 50.37%

CMYK

 C value IS 0.57

 M value IS 0.45

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5871CC (or 0x5871CC) is known color: Havelock Blue. HEX triplet: 58, 71 and CC. RGB value is (88,113,204). Sum of RGB (Red+Green+Blue) = 88+113+204=405 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.73% from 405); Green value is 113 (44.53% from 255 or 27.90% from 405); Blue value is 204 (80.08% from 255 or 50.37% from 405); Max value from RGB is 204 - color contains mainly: blue. Hex color #5871CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5871CC is #A78E33. Grayscale: #737373. Windows color (decimal): -10980916 or 13398360. OLE color: 13398360.

HSL color Cylindrical-coordinate representation of color #5871CC: hue angle of 227.07º 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 #5871CC is Cyan = 0.57, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 88 113 204 -
CMYK 0.57 0.45 0 0.2
HSL 227.07º 0.53% 0.57% -
HSV(B) 227.07º 0.57% 0.8% -
XYZ 20.83 18.24 59.55 -
YUV 115.9 177.72 108.1 -
System Red Green Blue C M Y K H S L
Decimal 88 113 204 0.57 0.45 0 0.2 227.07 0.53 0.57
Hex 58 71 CC 39 2D 0 14 E3 35 39
Octal 130 161 314 71 55 0 24 343 65 71
Binary 1011000 1110001 11001100 111001 101101 0 10100 11100011 110101 111001

Color Harmonies of #5871CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5871CC

Black with #5871CC

Text Example


Text Example

White with #5871CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5871CC; }

 p { color: rgb(88,113,204); }

 H1.HeaderClassName
 {
   color: #5871CC;
 }
 .AnyTagClassName
 {
   color: #5871CC;
 }
</style>

background-color css

<style>
 a { background-color: #5871CC; }

 a { background-color: rgb(88,113,204); }

 div.DivClassName
 {
   background-color: #5871CC;
 }
 .BgClassName
 {
   background-color: #5871CC;
 }
</style>

border-color css

<style>
 span { border-color: #5871CC; }

 span { border-color: rgb(88,113,204); }

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