Html Css Color HEX #575473 Smoky

📋 copy color: '#575473'

red 87 ◦ green 84 ◦ blue 115

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

Shades of Smoky #575473

Tints of Smoky #575473

RGB

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

 GREEN value IS 84 (33.2% from 255) = 29.37%

 BLUE value IS 115 (45.31% from 255) = 40.21%

R = 30.42%
G = 29.37%
B = 40.21%

CMYK

 C value IS 0.24

 M value IS 0.27

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#575473 (or 0x575473) is known color: Smoky. HEX triplet: 57, 54 and 73. RGB value is (87,84,115). Sum of RGB (Red+Green+Blue) = 87+84+115=286 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.42% from 286); Green value is 84 (33.20% from 255 or 29.37% from 286); Blue value is 115 (45.31% from 255 or 40.21% from 286); Max value from RGB is 115 - color contains mainly: blue. Hex color #575473 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575473 is #A8AB8C. Grayscale: #585858. Windows color (decimal): -11053965 or 7558231. OLE color: 7558231.

HSL color Cylindrical-coordinate representation of color #575473: hue angle of 245.81º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #575473 is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 87 84 115 -
CMYK 0.24 0.27 0 0.55
HSL 245.81º 0.16% 0.39% -
HSV(B) 245.81º 0.27% 0.45% -
XYZ 10.2 9.6 17.54 -
YUV 88.43 142.99 126.98 -
System Red Green Blue C M Y K H S L
Decimal 87 84 115 0.24 0.27 0 0.55 245.81 0.16 0.39
Hex 57 54 73 18 1B 0 37 F6 10 27
Octal 127 124 163 30 33 0 67 366 20 47
Binary 1010111 1010100 1110011 11000 11011 0 110111 11110110 10000 100111

Color Harmonies of #575473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575473

Black with #575473

Text Example


Text Example

White with #575473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575473; }

 p { color: rgb(87,84,115); }

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

background-color css

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

 a { background-color: rgb(87,84,115); }

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

border-color css

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

 span { border-color: rgb(87,84,115); }

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