Html Css Color HEX #587CD0 Havelock Blue

📋 copy color: '#587CD0'

red 88 ◦ green 124 ◦ blue 208

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

Shades of Havelock Blue #587CD0

Tints of Havelock Blue #587CD0

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.52%

 BLUE value IS 208 (81.64% from 255) = 49.52%

R = 20.95%
G = 29.52%
B = 49.52%

CMYK

 C value IS 0.58

 M value IS 0.40

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#587CD0 (or 0x587CD0) is known color: Havelock Blue. HEX triplet: 58, 7C and D0. RGB value is (88,124,208). Sum of RGB (Red+Green+Blue) = 88+124+208=420 (55% of max value = 765). Red value is 88 (34.77% from 255 or 20.95% from 420); Green value is 124 (48.83% from 255 or 29.52% from 420); Blue value is 208 (81.64% from 255 or 49.52% from 420); Max value from RGB is 208 - color contains mainly: blue. Hex color #587CD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #587CD0 is #A7832F. Grayscale: #7A7A7A. Windows color (decimal): -10978096 or 13663320. OLE color: 13663320.

HSL color Cylindrical-coordinate representation of color #587CD0: hue angle of 222º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #587CD0 is Cyan = 0.58, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 88 124 208 -
CMYK 0.58 0.40 0 0.18
HSL 222º 0.56% 0.58% -
HSV(B) 222º 0.58% 0.82% -
XYZ 22.62 21.04 62.54 -
YUV 122.81 176.07 103.17 -
System Red Green Blue C M Y K H S L
Decimal 88 124 208 0.58 0.40 0 0.18 222 0.56 0.58
Hex 58 7C D0 3A 28 0 12 DE 38 3A
Octal 130 174 320 72 50 0 22 336 70 72
Binary 1011000 1111100 11010000 111010 101000 0 10010 11011110 111000 111010

Color Harmonies of #587CD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #587CD0

Black with #587CD0

Text Example


Text Example

White with #587CD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,124,208); }

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

background-color css

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

 a { background-color: rgb(88,124,208); }

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

border-color css

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

 span { border-color: rgb(88,124,208); }

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