Html Css Color HEX #587ACD Havelock Blue

📋 copy color: '#587ACD'

red 88 ◦ green 122 ◦ blue 205

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

Shades of Havelock Blue #587ACD

Tints of Havelock Blue #587ACD

RGB

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

 GREEN value IS 122 (48.05% from 255) = 29.4%

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

R = 21.2%
G = 29.4%
B = 49.4%

CMYK

 C value IS 0.57

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#587ACD (or 0x587ACD) is known color: Havelock Blue. HEX triplet: 58, 7A and CD. RGB value is (88,122,205). Sum of RGB (Red+Green+Blue) = 88+122+205=415 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.20% from 415); Green value is 122 (48.05% from 255 or 29.40% from 415); Blue value is 205 (80.47% from 255 or 49.40% from 415); Max value from RGB is 205 - color contains mainly: blue. Hex color #587ACD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #587ACD is #A78532. Grayscale: #787878. Windows color (decimal): -10978611 or 13466200. OLE color: 13466200.

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

Color convert

RGB 88 122 205 -
CMYK 0.57 0.40 0 0.20
HSL 222.56º 0.54% 0.57% -
HSV(B) 222.56º 0.57% 0.8% -
XYZ 22 20.4 60.54 -
YUV 121.3 175.24 104.25 -
System Red Green Blue C M Y K H S L
Decimal 88 122 205 0.57 0.40 0 0.20 222.56 0.54 0.57
Hex 58 7A CD 39 28 0 14 DF 36 39
Octal 130 172 315 71 50 0 24 337 66 71
Binary 1011000 1111010 11001101 111001 101000 0 10100 11011111 110110 111001

Color Harmonies of #587ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #587ACD

Black with #587ACD

Text Example


Text Example

White with #587ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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