Html Css Color HEX #587DCD Havelock Blue

📋 copy color: '#587DCD'

red 88 ◦ green 125 ◦ blue 205

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

Shades of Havelock Blue #587DCD

Tints of Havelock Blue #587DCD

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.9%

 BLUE value IS 205 (80.47% from 255) = 49.04%

R = 21.05%
G = 29.9%
B = 49.04%

CMYK

 C value IS 0.57

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#587DCD (or 0x587DCD) is known color: Havelock Blue. HEX triplet: 58, 7D and CD. RGB value is (88,125,205). Sum of RGB (Red+Green+Blue) = 88+125+205=418 (55% of max value = 765). Red value is 88 (34.77% from 255 or 21.05% from 418); Green value is 125 (49.22% from 255 or 29.90% from 418); Blue value is 205 (80.47% from 255 or 49.04% from 418); Max value from RGB is 205 - color contains mainly: blue. Hex color #587DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #587DCD is #A78232. Grayscale: #7A7A7A. Windows color (decimal): -10977843 or 13466968. OLE color: 13466968.

HSL color Cylindrical-coordinate representation of color #587DCD: hue angle of 221.03º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #587DCD is Cyan = 0.57, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 88 125 205 -
CMYK 0.57 0.39 0 0.20
HSL 221.03º 0.54% 0.57% -
HSV(B) 221.03º 0.57% 0.8% -
XYZ 22.38 21.15 60.66 -
YUV 123.06 174.24 103 -
System Red Green Blue C M Y K H S L
Decimal 88 125 205 0.57 0.39 0 0.20 221.03 0.54 0.57
Hex 58 7D CD 39 27 0 14 DD 36 39
Octal 130 175 315 71 47 0 24 335 66 71
Binary 1011000 1111101 11001101 111001 100111 0 10100 11011101 110110 111001

Color Harmonies of #587DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #587DCD

Black with #587DCD

Text Example


Text Example

White with #587DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #587DCD; }

 p { color: rgb(88,125,205); }

 H1.HeaderClassName
 {
   color: #587DCD;
 }
 .AnyTagClassName
 {
   color: #587DCD;
 }
</style>

background-color css

<style>
 a { background-color: #587DCD; }

 a { background-color: rgb(88,125,205); }

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

border-color css

<style>
 span { border-color: #587DCD; }

 span { border-color: rgb(88,125,205); }

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