Html Css Color HEX #5877CA Havelock Blue

📋 copy color: '#5877CA'

red 88 ◦ green 119 ◦ blue 202

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

Shades of Havelock Blue #5877CA

Tints of Havelock Blue #5877CA

RGB

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

 GREEN value IS 119 (46.88% from 255) = 29.1%

 BLUE value IS 202 (79.3% from 255) = 49.39%

R = 21.52%
G = 29.1%
B = 49.39%

CMYK

 C value IS 0.56

 M value IS 0.41

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5877CA (or 0x5877CA) is known color: Havelock Blue. HEX triplet: 58, 77 and CA. RGB value is (88,119,202). Sum of RGB (Red+Green+Blue) = 88+119+202=409 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.52% from 409); Green value is 119 (46.88% from 255 or 29.10% from 409); Blue value is 202 (79.30% from 255 or 49.39% from 409); Max value from RGB is 202 - color contains mainly: blue. Hex color #5877CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5877CA is #A78835. Grayscale: #767676. Windows color (decimal): -10979382 or 13268824. OLE color: 13268824.

HSL color Cylindrical-coordinate representation of color #5877CA: hue angle of 223.68º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5877CA is Cyan = 0.56, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 88 119 202 -
CMYK 0.56 0.41 0 0.21
HSL 223.68º 0.52% 0.57% -
HSV(B) 223.68º 0.56% 0.79% -
XYZ 21.28 19.53 58.53 -
YUV 119.19 174.73 105.75 -
System Red Green Blue C M Y K H S L
Decimal 88 119 202 0.56 0.41 0 0.21 223.68 0.52 0.57
Hex 58 77 CA 38 29 0 15 E0 34 39
Octal 130 167 312 70 51 0 25 340 64 71
Binary 1011000 1110111 11001010 111000 101001 0 10101 11100000 110100 111001

Color Harmonies of #5877CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5877CA

Black with #5877CA

Text Example


Text Example

White with #5877CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5877CA; }

 p { color: rgb(88,119,202); }

 H1.HeaderClassName
 {
   color: #5877CA;
 }
 .AnyTagClassName
 {
   color: #5877CA;
 }
</style>

background-color css

<style>
 a { background-color: #5877CA; }

 a { background-color: rgb(88,119,202); }

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

border-color css

<style>
 span { border-color: #5877CA; }

 span { border-color: rgb(88,119,202); }

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