Html Css Color HEX #587FAF Havelock Blue

📋 copy color: '#587FAF'

red 88 ◦ green 127 ◦ blue 175

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

Shades of Havelock Blue #587FAF

Tints of Havelock Blue #587FAF

RGB

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

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

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

R = 22.56%
G = 32.56%
B = 44.87%

CMYK

 C value IS 0.50

 M value IS 0.27

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#587FAF (or 0x587FAF) is known color: Havelock Blue. HEX triplet: 58, 7F and AF. RGB value is (88,127,175). Sum of RGB (Red+Green+Blue) = 88+127+175=390 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.56% from 390); Green value is 127 (50% from 255 or 32.56% from 390); Blue value is 175 (68.75% from 255 or 44.87% from 390); Max value from RGB is 175 - color contains mainly: blue. Hex color #587FAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587FAF is #A78050. Grayscale: #787878. Windows color (decimal): -10977361 or 11501400. OLE color: 11501400.

HSL color Cylindrical-coordinate representation of color #587FAF: hue angle of 213.1º 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 #587FAF is Cyan = 0.50, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 88 127 175 -
CMYK 0.50 0.27 0 0.31
HSL 213.1º 0.35% 0.52% -
HSV(B) 213.1º 0.5% 0.69% -
XYZ 19.35 20.35 43.47 -
YUV 120.81 158.58 104.6 -
System Red Green Blue C M Y K H S L
Decimal 88 127 175 0.50 0.27 0 0.31 213.1 0.35 0.52
Hex 58 7F AF 32 1B 0 1F D5 23 34
Octal 130 177 257 62 33 0 37 325 43 64
Binary 1011000 1111111 10101111 110010 11011 0 11111 11010101 100011 110100

Color Harmonies of #587FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #587FAF

Black with #587FAF

Text Example


Text Example

White with #587FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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