Html Css Color HEX #5874CB Havelock Blue

📋 copy color: '#5874CB'

red 88 ◦ green 116 ◦ blue 203

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

Shades of Havelock Blue #5874CB

Tints of Havelock Blue #5874CB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.5%

 BLUE value IS 203 (79.69% from 255) = 49.88%

R = 21.62%
G = 28.5%
B = 49.88%

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

#5874CB (or 0x5874CB) is known color: Havelock Blue. HEX triplet: 58, 74 and CB. RGB value is (88,116,203). Sum of RGB (Red+Green+Blue) = 88+116+203=407 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.62% from 407); Green value is 116 (45.70% from 255 or 28.50% from 407); Blue value is 203 (79.69% from 255 or 49.88% from 407); Max value from RGB is 203 - color contains mainly: blue. Hex color #5874CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5874CB is #A78B34. Grayscale: #757575. Windows color (decimal): -10980149 or 13333592. OLE color: 13333592.

HSL color Cylindrical-coordinate representation of color #5874CB: hue angle of 225.39º 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 #5874CB is Cyan = 0.57, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 88 116 203 -
CMYK 0.57 0.43 0 0.20
HSL 225.39º 0.53% 0.57% -
HSV(B) 225.39º 0.57% 0.8% -
XYZ 21.05 18.88 59.03 -
YUV 117.55 176.22 106.93 -
System Red Green Blue C M Y K H S L
Decimal 88 116 203 0.57 0.43 0 0.20 225.39 0.53 0.57
Hex 58 74 CB 39 2B 0 14 E1 35 39
Octal 130 164 313 71 53 0 24 341 65 71
Binary 1011000 1110100 11001011 111001 101011 0 10100 11100001 110101 111001

Color Harmonies of #5874CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5874CB

Black with #5874CB

Text Example


Text Example

White with #5874CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5874CB;
 }
 .AnyTagClassName
 {
   color: #5874CB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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