Html Css Color HEX #587FCD Havelock Blue

📋 copy color: '#587FCD'

red 88 ◦ green 127 ◦ blue 205

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

Shades of Havelock Blue #587FCD

Tints of Havelock Blue #587FCD

RGB

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

 GREEN value IS 127 (50% from 255) = 30.24%

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

R = 20.95%
G = 30.24%
B = 48.81%

CMYK

 C value IS 0.57

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#587FCD (or 0x587FCD) is known color: Havelock Blue. HEX triplet: 58, 7F and CD. RGB value is (88,127,205). Sum of RGB (Red+Green+Blue) = 88+127+205=420 (55% of max value = 765). Red value is 88 (34.77% from 255 or 20.95% from 420); Green value is 127 (50% from 255 or 30.24% from 420); Blue value is 205 (80.47% from 255 or 48.81% from 420); Max value from RGB is 205 - color contains mainly: blue. Hex color #587FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #587FCD is #A78032. Grayscale: #7B7B7B. Windows color (decimal): -10977331 or 13467480. OLE color: 13467480.

HSL color Cylindrical-coordinate representation of color #587FCD: hue angle of 220º 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 #587FCD is Cyan = 0.57, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 88 127 205 -
CMYK 0.57 0.38 0 0.20
HSL 220º 0.54% 0.57% -
HSV(B) 220º 0.57% 0.8% -
XYZ 22.63 21.66 60.75 -
YUV 124.23 173.58 102.16 -
System Red Green Blue C M Y K H S L
Decimal 88 127 205 0.57 0.38 0 0.20 220 0.54 0.57
Hex 58 7F CD 39 26 0 14 DC 36 39
Octal 130 177 315 71 46 0 24 334 66 71
Binary 1011000 1111111 11001101 111001 100110 0 10100 11011100 110110 111001

Color Harmonies of #587FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #587FCD

Black with #587FCD

Text Example


Text Example

White with #587FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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