Html Css Color HEX #587DB6 Havelock Blue

📋 copy color: '#587DB6'

red 88 ◦ green 125 ◦ blue 182

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

Shades of Havelock Blue #587DB6

Tints of Havelock Blue #587DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 46.08%

R = 22.28%
G = 31.65%
B = 46.08%

CMYK

 C value IS 0.52

 M value IS 0.31

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#587DB6 (or 0x587DB6) is known color: Havelock Blue. HEX triplet: 58, 7D and B6. RGB value is (88,125,182). Sum of RGB (Red+Green+Blue) = 88+125+182=395 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.28% from 395); Green value is 125 (49.22% from 255 or 31.65% from 395); Blue value is 182 (71.48% from 255 or 46.08% from 395); Max value from RGB is 182 - color contains mainly: blue. Hex color #587DB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #587DB6 is #A78249. Grayscale: #787878. Windows color (decimal): -10977866 or 11959640. OLE color: 11959640.

HSL color Cylindrical-coordinate representation of color #587DB6: hue angle of 216.38º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #587DB6 is Cyan = 0.52, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 88 125 182 -
CMYK 0.52 0.31 0 0.29
HSL 216.38º 0.39% 0.53% -
HSV(B) 216.38º 0.52% 0.71% -
XYZ 19.8 20.12 47.1 -
YUV 120.44 162.74 104.87 -
System Red Green Blue C M Y K H S L
Decimal 88 125 182 0.52 0.31 0 0.29 216.38 0.39 0.53
Hex 58 7D B6 34 1F 0 1D D8 27 35
Octal 130 175 266 64 37 0 35 330 47 65
Binary 1011000 1111101 10110110 110100 11111 0 11101 11011000 100111 110101

Color Harmonies of #587DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #587DB6

Black with #587DB6

Text Example


Text Example

White with #587DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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