Html Css Color HEX #587AAF Havelock Blue

📋 copy color: '#587AAF'

red 88 ◦ green 122 ◦ blue 175

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

Shades of Havelock Blue #587AAF

Tints of Havelock Blue #587AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 45.45%

R = 22.86%
G = 31.69%
B = 45.45%

CMYK

 C value IS 0.50

 M value IS 0.30

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#587AAF (or 0x587AAF) is known color: Havelock Blue. HEX triplet: 58, 7A and AF. RGB value is (88,122,175). Sum of RGB (Red+Green+Blue) = 88+122+175=385 (50% of max value = 765). Red value is 88 (34.77% from 255 or 22.86% from 385); Green value is 122 (48.05% from 255 or 31.69% from 385); Blue value is 175 (68.75% from 255 or 45.45% from 385); Max value from RGB is 175 - color contains mainly: blue. Hex color #587AAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587AAF is #A78550. Grayscale: #757575. Windows color (decimal): -10978641 or 11500120. OLE color: 11500120.

HSL color Cylindrical-coordinate representation of color #587AAF: hue angle of 216.55º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #587AAF is Cyan = 0.50, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 88 122 175 -
CMYK 0.50 0.30 0 0.31
HSL 216.55º 0.35% 0.52% -
HSV(B) 216.55º 0.5% 0.69% -
XYZ 18.72 19.09 43.26 -
YUV 117.88 160.24 106.69 -
System Red Green Blue C M Y K H S L
Decimal 88 122 175 0.50 0.30 0 0.31 216.55 0.35 0.52
Hex 58 7A AF 32 1E 0 1F D9 23 34
Octal 130 172 257 62 36 0 37 331 43 64
Binary 1011000 1111010 10101111 110010 11110 0 11111 11011001 100011 110100

Color Harmonies of #587AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #587AAF

Black with #587AAF

Text Example


Text Example

White with #587AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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