Html Css Color HEX #5878CA Havelock Blue

📋 copy color: '#5878CA'

red 88 ◦ green 120 ◦ blue 202

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

Shades of Havelock Blue #5878CA

Tints of Havelock Blue #5878CA

RGB

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

 GREEN value IS 120 (47.27% from 255) = 29.27%

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

R = 21.46%
G = 29.27%
B = 49.27%

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

#5878CA (or 0x5878CA) is known color: Havelock Blue. HEX triplet: 58, 78 and CA. RGB value is (88,120,202). Sum of RGB (Red+Green+Blue) = 88+120+202=410 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.46% from 410); Green value is 120 (47.27% from 255 or 29.27% from 410); Blue value is 202 (79.30% from 255 or 49.27% from 410); Max value from RGB is 202 - color contains mainly: blue. Hex color #5878CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5878CA is #A78735. Grayscale: #777777. Windows color (decimal): -10979126 or 13269080. OLE color: 13269080.

HSL color Cylindrical-coordinate representation of color #5878CA: hue angle of 223.16º 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 #5878CA is Cyan = 0.56, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 88 120 202 -
CMYK 0.56 0.41 0 0.21
HSL 223.16º 0.52% 0.57% -
HSV(B) 223.16º 0.56% 0.79% -
XYZ 21.4 19.77 58.57 -
YUV 119.78 174.4 105.33 -
System Red Green Blue C M Y K H S L
Decimal 88 120 202 0.56 0.41 0 0.21 223.16 0.52 0.57
Hex 58 78 CA 38 29 0 15 DF 34 39
Octal 130 170 312 70 51 0 25 337 64 71
Binary 1011000 1111000 11001010 111000 101001 0 10101 11011111 110100 111001

Color Harmonies of #5878CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5878CA

Black with #5878CA

Text Example


Text Example

White with #5878CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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