Html Css Color HEX #5875D0 Havelock Blue

📋 copy color: '#5875D0'

red 88 ◦ green 117 ◦ blue 208

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

Shades of Havelock Blue #5875D0

Tints of Havelock Blue #5875D0

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.33%

 BLUE value IS 208 (81.64% from 255) = 50.36%

R = 21.31%
G = 28.33%
B = 50.36%

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

#5875D0 (or 0x5875D0) is known color: Havelock Blue. HEX triplet: 58, 75 and D0. RGB value is (88,117,208). Sum of RGB (Red+Green+Blue) = 88+117+208=413 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.31% from 413); Green value is 117 (46.09% from 255 or 28.33% from 413); Blue value is 208 (81.64% from 255 or 50.36% from 413); Max value from RGB is 208 - color contains mainly: blue. Hex color #5875D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5875D0 is #A78A2F. Grayscale: #767676. Windows color (decimal): -10979888 or 13661528. OLE color: 13661528.

HSL color Cylindrical-coordinate representation of color #5875D0: hue angle of 225.5º degrees, saturation: 0.56, 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 #5875D0 is Cyan = 0.58, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 88 117 208 -
CMYK 0.58 0.44 0 0.18
HSL 225.5º 0.56% 0.58% -
HSV(B) 225.5º 0.58% 0.82% -
XYZ 21.77 19.35 62.26 -
YUV 118.7 178.39 106.1 -
System Red Green Blue C M Y K H S L
Decimal 88 117 208 0.58 0.44 0 0.18 225.5 0.56 0.58
Hex 58 75 D0 3A 2C 0 12 E2 38 3A
Octal 130 165 320 72 54 0 22 342 70 72
Binary 1011000 1110101 11010000 111010 101100 0 10010 11100010 111000 111010

Color Harmonies of #5875D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5875D0

Black with #5875D0

Text Example


Text Example

White with #5875D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5875D0; }

 p { color: rgb(88,117,208); }

 H1.HeaderClassName
 {
   color: #5875D0;
 }
 .AnyTagClassName
 {
   color: #5875D0;
 }
</style>

background-color css

<style>
 a { background-color: #5875D0; }

 a { background-color: rgb(88,117,208); }

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

border-color css

<style>
 span { border-color: #5875D0; }

 span { border-color: rgb(88,117,208); }

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