Html Css Color HEX #587DC8 Havelock Blue

📋 copy color: '#587DC8'

red 88 ◦ green 125 ◦ blue 200

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

Shades of Havelock Blue #587DC8

Tints of Havelock Blue #587DC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 48.43%

R = 21.31%
G = 30.27%
B = 48.43%

CMYK

 C value IS 0.56

 M value IS 0.38

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#587DC8 (or 0x587DC8) is known color: Havelock Blue. HEX triplet: 58, 7D and C8. RGB value is (88,125,200). Sum of RGB (Red+Green+Blue) = 88+125+200=413 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.31% from 413); Green value is 125 (49.22% from 255 or 30.27% from 413); Blue value is 200 (78.52% from 255 or 48.43% from 413); Max value from RGB is 200 - color contains mainly: blue. Hex color #587DC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #587DC8 is #A78237. Grayscale: #7A7A7A. Windows color (decimal): -10977848 or 13139288. OLE color: 13139288.

HSL color Cylindrical-coordinate representation of color #587DC8: hue angle of 220.18º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #587DC8 is Cyan = 0.56, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 88 125 200 -
CMYK 0.56 0.38 0 0.22
HSL 220.18º 0.5% 0.56% -
HSV(B) 220.18º 0.56% 0.78% -
XYZ 21.78 20.91 57.53 -
YUV 122.49 171.74 103.4 -
System Red Green Blue C M Y K H S L
Decimal 88 125 200 0.56 0.38 0 0.22 220.18 0.5 0.56
Hex 58 7D C8 38 26 0 16 DC 32 38
Octal 130 175 310 70 46 0 26 334 62 70
Binary 1011000 1111101 11001000 111000 100110 0 10110 11011100 110010 111000

Color Harmonies of #587DC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #587DC8

Black with #587DC8

Text Example


Text Example

White with #587DC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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