Html Css Color HEX #5874D1 Havelock Blue

📋 copy color: '#5874D1'

red 88 ◦ green 116 ◦ blue 209

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

Shades of Havelock Blue #5874D1

Tints of Havelock Blue #5874D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 50.61%

R = 21.31%
G = 28.09%
B = 50.61%

CMYK

 C value IS 0.58

 M value IS 0.44

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#5874D1 (or 0x5874D1) is known color: Havelock Blue. HEX triplet: 58, 74 and D1. RGB value is (88,116,209). Sum of RGB (Red+Green+Blue) = 88+116+209=413 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.31% from 413); Green value is 116 (45.70% from 255 or 28.09% from 413); Blue value is 209 (82.03% from 255 or 50.61% from 413); Max value from RGB is 209 - color contains mainly: blue. Hex color #5874D1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5874D1 is #A78B2E. Grayscale: #757575. Windows color (decimal): -10980143 or 13726808. OLE color: 13726808.

HSL color Cylindrical-coordinate representation of color #5874D1: hue angle of 226.12º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5874D1 is Cyan = 0.58, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 88 116 209 -
CMYK 0.58 0.44 0 0.18
HSL 226.12º 0.57% 0.58% -
HSV(B) 226.12º 0.58% 0.82% -
XYZ 21.78 19.17 62.87 -
YUV 118.23 179.22 106.44 -
System Red Green Blue C M Y K H S L
Decimal 88 116 209 0.58 0.44 0 0.18 226.12 0.57 0.58
Hex 58 74 D1 3A 2C 0 12 E2 39 3A
Octal 130 164 321 72 54 0 22 342 71 72
Binary 1011000 1110100 11010001 111010 101100 0 10010 11100010 111001 111010

Color Harmonies of #5874D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5874D1

Black with #5874D1

Text Example


Text Example

White with #5874D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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