Html Css Color HEX #5874CA Havelock Blue

📋 copy color: '#5874CA'

red 88 ◦ green 116 ◦ blue 202

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

Shades of Havelock Blue #5874CA

Tints of Havelock Blue #5874CA

RGB

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

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

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

R = 21.67%
G = 28.57%
B = 49.75%

CMYK

 C value IS 0.56

 M value IS 0.43

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5874CA (or 0x5874CA) is known color: Havelock Blue. HEX triplet: 58, 74 and CA. RGB value is (88,116,202). Sum of RGB (Red+Green+Blue) = 88+116+202=406 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.67% from 406); Green value is 116 (45.70% from 255 or 28.57% from 406); Blue value is 202 (79.30% from 255 or 49.75% from 406); Max value from RGB is 202 - color contains mainly: blue. Hex color #5874CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5874CA is #A78B35. Grayscale: #757575. Windows color (decimal): -10980150 or 13268056. OLE color: 13268056.

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

Color convert

RGB 88 116 202 -
CMYK 0.56 0.43 0 0.21
HSL 225.26º 0.52% 0.57% -
HSV(B) 225.26º 0.56% 0.79% -
XYZ 20.93 18.83 58.41 -
YUV 117.43 175.72 107.01 -
System Red Green Blue C M Y K H S L
Decimal 88 116 202 0.56 0.43 0 0.21 225.26 0.52 0.57
Hex 58 74 CA 38 2B 0 15 E1 34 39
Octal 130 164 312 70 53 0 25 341 64 71
Binary 1011000 1110100 11001010 111000 101011 0 10101 11100001 110100 111001

Color Harmonies of #5874CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5874CA

Black with #5874CA

Text Example


Text Example

White with #5874CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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