Html Css Color HEX #587DCC Havelock Blue

📋 copy color: '#587DCC'

red 88 ◦ green 125 ◦ blue 204

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

Shades of Havelock Blue #587DCC

Tints of Havelock Blue #587DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 48.92%

R = 21.1%
G = 29.98%
B = 48.92%

CMYK

 C value IS 0.57

 M value IS 0.39

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#587DCC (or 0x587DCC) is known color: Havelock Blue. HEX triplet: 58, 7D and CC. RGB value is (88,125,204). Sum of RGB (Red+Green+Blue) = 88+125+204=417 (55% of max value = 765). Red value is 88 (34.77% from 255 or 21.10% from 417); Green value is 125 (49.22% from 255 or 29.98% from 417); Blue value is 204 (80.08% from 255 or 48.92% from 417); Max value from RGB is 204 - color contains mainly: blue. Hex color #587DCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #587DCC is #A78233. Grayscale: #7A7A7A. Windows color (decimal): -10977844 or 13401432. OLE color: 13401432.

HSL color Cylindrical-coordinate representation of color #587DCC: hue angle of 220.86º degrees, saturation: 0.53, 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 #587DCC is Cyan = 0.57, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 88 125 204 -
CMYK 0.57 0.39 0 0.2
HSL 220.86º 0.53% 0.57% -
HSV(B) 220.86º 0.57% 0.8% -
XYZ 22.26 21.1 60.03 -
YUV 122.94 173.74 103.08 -
System Red Green Blue C M Y K H S L
Decimal 88 125 204 0.57 0.39 0 0.2 220.86 0.53 0.57
Hex 58 7D CC 39 27 0 14 DD 35 39
Octal 130 175 314 71 47 0 24 335 65 71
Binary 1011000 1111101 11001100 111001 100111 0 10100 11011101 110101 111001

Color Harmonies of #587DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #587DCC

Black with #587DCC

Text Example


Text Example

White with #587DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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