Html Css Color HEX #5871CD Havelock Blue

📋 copy color: '#5871CD'

red 88 ◦ green 113 ◦ blue 205

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

Shades of Havelock Blue #5871CD

Tints of Havelock Blue #5871CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 50.49%

R = 21.67%
G = 27.83%
B = 50.49%

CMYK

 C value IS 0.57

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5871CD (or 0x5871CD) is known color: Havelock Blue. HEX triplet: 58, 71 and CD. RGB value is (88,113,205). Sum of RGB (Red+Green+Blue) = 88+113+205=406 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.67% from 406); Green value is 113 (44.53% from 255 or 27.83% from 406); Blue value is 205 (80.47% from 255 or 50.49% from 406); Max value from RGB is 205 - color contains mainly: blue. Hex color #5871CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5871CD is #A78E32. Grayscale: #737373. Windows color (decimal): -10980915 or 13463896. OLE color: 13463896.

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

Color convert

RGB 88 113 205 -
CMYK 0.57 0.45 0 0.20
HSL 227.18º 0.54% 0.57% -
HSV(B) 227.18º 0.57% 0.8% -
XYZ 20.95 18.29 60.18 -
YUV 116.01 178.22 108.02 -
System Red Green Blue C M Y K H S L
Decimal 88 113 205 0.57 0.45 0 0.20 227.18 0.54 0.57
Hex 58 71 CD 39 2D 0 14 E3 36 39
Octal 130 161 315 71 55 0 24 343 66 71
Binary 1011000 1110001 11001101 111001 101101 0 10100 11100011 110110 111001

Color Harmonies of #5871CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5871CD

Black with #5871CD

Text Example


Text Example

White with #5871CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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