Html Css Color HEX #587DBF Havelock Blue

📋 copy color: '#587DBF'

red 88 ◦ green 125 ◦ blue 191

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

Shades of Havelock Blue #587DBF

Tints of Havelock Blue #587DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 47.28%

R = 21.78%
G = 30.94%
B = 47.28%

CMYK

 C value IS 0.54

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#587DBF (or 0x587DBF) is known color: Havelock Blue. HEX triplet: 58, 7D and BF. RGB value is (88,125,191). Sum of RGB (Red+Green+Blue) = 88+125+191=404 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.78% from 404); Green value is 125 (49.22% from 255 or 30.94% from 404); Blue value is 191 (75% from 255 or 47.28% from 404); Max value from RGB is 191 - color contains mainly: blue. Hex color #587DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #587DBF is #A78240. Grayscale: #797979. Windows color (decimal): -10977857 or 12549464. OLE color: 12549464.

HSL color Cylindrical-coordinate representation of color #587DBF: hue angle of 218.45º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #587DBF is Cyan = 0.54, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 88 125 191 -
CMYK 0.54 0.35 0 0.25
HSL 218.45º 0.45% 0.55% -
HSV(B) 218.45º 0.54% 0.75% -
XYZ 20.76 20.5 52.15 -
YUV 121.46 167.24 104.13 -
System Red Green Blue C M Y K H S L
Decimal 88 125 191 0.54 0.35 0 0.25 218.45 0.45 0.55
Hex 58 7D BF 36 23 0 19 DA 2D 37
Octal 130 175 277 66 43 0 31 332 55 67
Binary 1011000 1111101 10111111 110110 100011 0 11001 11011010 101101 110111

Color Harmonies of #587DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #587DBF

Black with #587DBF

Text Example


Text Example

White with #587DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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