Html Css Color HEX #587DC2 Havelock Blue

📋 copy color: '#587DC2'

red 88 ◦ green 125 ◦ blue 194

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

Shades of Havelock Blue #587DC2

Tints of Havelock Blue #587DC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 47.67%

R = 21.62%
G = 30.71%
B = 47.67%

CMYK

 C value IS 0.55

 M value IS 0.36

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#587DC2 (or 0x587DC2) is known color: Havelock Blue. HEX triplet: 58, 7D and C2. RGB value is (88,125,194). Sum of RGB (Red+Green+Blue) = 88+125+194=407 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.62% from 407); Green value is 125 (49.22% from 255 or 30.71% from 407); Blue value is 194 (76.17% from 255 or 47.67% from 407); Max value from RGB is 194 - color contains mainly: blue. Hex color #587DC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #587DC2 is #A7823D. Grayscale: #797979. Windows color (decimal): -10977854 or 12746072. OLE color: 12746072.

HSL color Cylindrical-coordinate representation of color #587DC2: hue angle of 219.06º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #587DC2 is Cyan = 0.55, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 88 125 194 -
CMYK 0.55 0.36 0 0.24
HSL 219.06º 0.46% 0.55% -
HSV(B) 219.06º 0.55% 0.76% -
XYZ 21.1 20.64 53.91 -
YUV 121.8 168.74 103.89 -
System Red Green Blue C M Y K H S L
Decimal 88 125 194 0.55 0.36 0 0.24 219.06 0.46 0.55
Hex 58 7D C2 37 24 0 18 DB 2E 37
Octal 130 175 302 67 44 0 30 333 56 67
Binary 1011000 1111101 11000010 110111 100100 0 11000 11011011 101110 110111

Color Harmonies of #587DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #587DC2

Black with #587DC2

Text Example


Text Example

White with #587DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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