Html Css Color HEX #587DBE Havelock Blue

📋 copy color: '#587DBE'

red 88 ◦ green 125 ◦ blue 190

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

Shades of Havelock Blue #587DBE

Tints of Havelock Blue #587DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.15%

R = 21.84%
G = 31.02%
B = 47.15%

CMYK

 C value IS 0.54

 M value IS 0.34

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#587DBE (or 0x587DBE) is known color: Havelock Blue. HEX triplet: 58, 7D and BE. RGB value is (88,125,190). Sum of RGB (Red+Green+Blue) = 88+125+190=403 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.84% from 403); Green value is 125 (49.22% from 255 or 31.02% from 403); Blue value is 190 (74.61% from 255 or 47.15% from 403); Max value from RGB is 190 - color contains mainly: blue. Hex color #587DBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #587DBE is #A78241. Grayscale: #797979. Windows color (decimal): -10977858 or 12483928. OLE color: 12483928.

HSL color Cylindrical-coordinate representation of color #587DBE: hue angle of 218.24º degrees, saturation: 0.44, 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 #587DBE is Cyan = 0.54, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 88 125 190 -
CMYK 0.54 0.34 0 0.25
HSL 218.24º 0.44% 0.55% -
HSV(B) 218.24º 0.54% 0.75% -
XYZ 20.65 20.46 51.58 -
YUV 121.35 166.74 104.21 -
System Red Green Blue C M Y K H S L
Decimal 88 125 190 0.54 0.34 0 0.25 218.24 0.44 0.55
Hex 58 7D BE 36 22 0 19 DA 2C 37
Octal 130 175 276 66 42 0 31 332 54 67
Binary 1011000 1111101 10111110 110110 100010 0 11001 11011010 101100 110111

Color Harmonies of #587DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #587DBE

Black with #587DBE

Text Example


Text Example

White with #587DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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