Html Css Color HEX #578DD8 Havelock Blue

📋 copy color: '#578DD8'

red 87 ◦ green 141 ◦ blue 216

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

Shades of Havelock Blue #578DD8

Tints of Havelock Blue #578DD8

RGB

 RED value IS 87 (34.38% from 255) = 19.59%

 GREEN value IS 141 (55.47% from 255) = 31.76%

 BLUE value IS 216 (84.77% from 255) = 48.65%

R = 19.59%
G = 31.76%
B = 48.65%

CMYK

 C value IS 0.60

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#578DD8 (or 0x578DD8) is known color: Havelock Blue. HEX triplet: 57, 8D and D8. RGB value is (87,141,216). Sum of RGB (Red+Green+Blue) = 87+141+216=444 (58% of max value = 765). Red value is 87 (34.38% from 255 or 19.59% from 444); Green value is 141 (55.47% from 255 or 31.76% from 444); Blue value is 216 (84.77% from 255 or 48.65% from 444); Max value from RGB is 216 - color contains mainly: blue. Hex color #578DD8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #578DD8 is #A87227. Grayscale: #858585. Windows color (decimal): -11039272 or 14191959. OLE color: 14191959.

HSL color Cylindrical-coordinate representation of color #578DD8: hue angle of 214.88º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #578DD8 is Cyan = 0.60, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 87 141 216 -
CMYK 0.60 0.35 0 0.15
HSL 214.88º 0.62% 0.59% -
HSV(B) 214.88º 0.6% 0.85% -
XYZ 25.85 26.03 68.63 -
YUV 133.4 174.61 94.9 -
System Red Green Blue C M Y K H S L
Decimal 87 141 216 0.60 0.35 0 0.15 214.88 0.62 0.59
Hex 57 8D D8 3C 23 0 F D7 3E 3B
Octal 127 215 330 74 43 0 17 327 76 73
Binary 1010111 10001101 11011000 111100 100011 0 1111 11010111 111110 111011

Color Harmonies of #578DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #578DD8

Black with #578DD8

Text Example


Text Example

White with #578DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #578DD8; }

 p { color: rgb(87,141,216); }

 H1.HeaderClassName
 {
   color: #578DD8;
 }
 .AnyTagClassName
 {
   color: #578DD8;
 }
</style>

background-color css

<style>
 a { background-color: #578DD8; }

 a { background-color: rgb(87,141,216); }

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

border-color css

<style>
 span { border-color: #578DD8; }

 span { border-color: rgb(87,141,216); }

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