Html Css Color HEX #578ACD Havelock Blue

📋 copy color: '#578ACD'

red 87 ◦ green 138 ◦ blue 205

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

Shades of Havelock Blue #578ACD

Tints of Havelock Blue #578ACD

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.09%

 BLUE value IS 205 (80.47% from 255) = 47.67%

R = 20.23%
G = 32.09%
B = 47.67%

CMYK

 C value IS 0.58

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#578ACD (or 0x578ACD) is known color: Havelock Blue. HEX triplet: 57, 8A and CD. RGB value is (87,138,205). Sum of RGB (Red+Green+Blue) = 87+138+205=430 (56% of max value = 765). Red value is 87 (34.38% from 255 or 20.23% from 430); Green value is 138 (54.30% from 255 or 32.09% from 430); Blue value is 205 (80.47% from 255 or 47.67% from 430); Max value from RGB is 205 - color contains mainly: blue. Hex color #578ACD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #578ACD is #A87532. Grayscale: #828282. Windows color (decimal): -11040051 or 13470295. OLE color: 13470295.

HSL color Cylindrical-coordinate representation of color #578ACD: hue angle of 214.07º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #578ACD is Cyan = 0.58, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 87 138 205 -
CMYK 0.58 0.33 0 0.20
HSL 214.07º 0.54% 0.57% -
HSV(B) 214.07º 0.58% 0.8% -
XYZ 24.04 24.61 61.24 -
YUV 130.39 170.1 97.05 -
System Red Green Blue C M Y K H S L
Decimal 87 138 205 0.58 0.33 0 0.20 214.07 0.54 0.57
Hex 57 8A CD 3A 21 0 14 D6 36 39
Octal 127 212 315 72 41 0 24 326 66 71
Binary 1010111 10001010 11001101 111010 100001 0 10100 11010110 110110 111001

Color Harmonies of #578ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #578ACD

Black with #578ACD

Text Example


Text Example

White with #578ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,138,205); }

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

background-color css

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

 a { background-color: rgb(87,138,205); }

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

border-color css

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

 span { border-color: rgb(87,138,205); }

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