Html Css Color HEX #587BAF Havelock Blue

📋 copy color: '#587BAF'

red 88 ◦ green 123 ◦ blue 175

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

Shades of Havelock Blue #587BAF

Tints of Havelock Blue #587BAF

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.87%

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

R = 22.8%
G = 31.87%
B = 45.34%

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

#587BAF (or 0x587BAF) is known color: Havelock Blue. HEX triplet: 58, 7B and AF. RGB value is (88,123,175). Sum of RGB (Red+Green+Blue) = 88+123+175=386 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.80% from 386); Green value is 123 (48.44% from 255 or 31.87% from 386); Blue value is 175 (68.75% from 255 or 45.34% from 386); Max value from RGB is 175 - color contains mainly: blue. Hex color #587BAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587BAF is #A78450. Grayscale: #767676. Windows color (decimal): -10978385 or 11500376. OLE color: 11500376.

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

Color convert

RGB 88 123 175 -
CMYK 0.50 0.30 0 0.31
HSL 215.86º 0.35% 0.52% -
HSV(B) 215.86º 0.5% 0.69% -
XYZ 18.85 19.34 43.3 -
YUV 118.46 159.9 106.27 -
System Red Green Blue C M Y K H S L
Decimal 88 123 175 0.50 0.30 0 0.31 215.86 0.35 0.52
Hex 58 7B AF 32 1E 0 1F D8 23 34
Octal 130 173 257 62 36 0 37 330 43 64
Binary 1011000 1111011 10101111 110010 11110 0 11111 11011000 100011 110100

Color Harmonies of #587BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #587BAF

Black with #587BAF

Text Example


Text Example

White with #587BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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