Html Css Color HEX #587DAE Havelock Blue

📋 copy color: '#587DAE'

red 88 ◦ green 125 ◦ blue 174

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

Shades of Havelock Blue #587DAE

Tints of Havelock Blue #587DAE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.3%

 BLUE value IS 174 (68.36% from 255) = 44.96%

R = 22.74%
G = 32.3%
B = 44.96%

CMYK

 C value IS 0.49

 M value IS 0.28

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#587DAE (or 0x587DAE) is known color: Havelock Blue. HEX triplet: 58, 7D and AE. RGB value is (88,125,174). Sum of RGB (Red+Green+Blue) = 88+125+174=387 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.74% from 387); Green value is 125 (49.22% from 255 or 32.30% from 387); Blue value is 174 (68.36% from 255 or 44.96% from 387); Max value from RGB is 174 - color contains mainly: blue. Hex color #587DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #587DAE is #A78251. Grayscale: #777777. Windows color (decimal): -10977874 or 11435352. OLE color: 11435352.

HSL color Cylindrical-coordinate representation of color #587DAE: hue angle of 214.19º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #587DAE is Cyan = 0.49, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 88 125 174 -
CMYK 0.49 0.28 0 0.32
HSL 214.19º 0.35% 0.51% -
HSV(B) 214.19º 0.49% 0.68% -
XYZ 19 19.8 42.86 -
YUV 119.52 158.74 105.52 -
System Red Green Blue C M Y K H S L
Decimal 88 125 174 0.49 0.28 0 0.32 214.19 0.35 0.51
Hex 58 7D AE 31 1C 0 20 D6 23 33
Octal 130 175 256 61 34 0 40 326 43 63
Binary 1011000 1111101 10101110 110001 11100 0 100000 11010110 100011 110011

Color Harmonies of #587DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #587DAE

Black with #587DAE

Text Example


Text Example

White with #587DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,125,174); }

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

background-color css

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

 a { background-color: rgb(88,125,174); }

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

border-color css

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

 span { border-color: rgb(88,125,174); }

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