Html Css Color HEX #575476 Smoky

📋 copy color: '#575476'

red 87 ◦ green 84 ◦ blue 118

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

Shades of Smoky #575476

Tints of Smoky #575476

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 40.83%

R = 30.1%
G = 29.07%
B = 40.83%

CMYK

 C value IS 0.26

 M value IS 0.29

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#575476 (or 0x575476) is known color: Smoky. HEX triplet: 57, 54 and 76. RGB value is (87,84,118). Sum of RGB (Red+Green+Blue) = 87+84+118=289 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30.10% from 289); Green value is 84 (33.20% from 255 or 29.07% from 289); Blue value is 118 (46.48% from 255 or 40.83% from 289); Max value from RGB is 118 - color contains mainly: blue. Hex color #575476 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575476 is #A8AB89. Grayscale: #585858. Windows color (decimal): -11053962 or 7754839. OLE color: 7754839.

HSL color Cylindrical-coordinate representation of color #575476: hue angle of 245.29º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #575476 is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 87 84 118 -
CMYK 0.26 0.29 0 0.54
HSL 245.29º 0.17% 0.4% -
HSV(B) 245.29º 0.29% 0.46% -
XYZ 10.37 9.67 18.46 -
YUV 88.77 144.49 126.74 -
System Red Green Blue C M Y K H S L
Decimal 87 84 118 0.26 0.29 0 0.54 245.29 0.17 0.4
Hex 57 54 76 1A 1D 0 36 F5 11 28
Octal 127 124 166 32 35 0 66 365 21 50
Binary 1010111 1010100 1110110 11010 11101 0 110110 11110101 10001 101000

Color Harmonies of #575476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575476

Black with #575476

Text Example


Text Example

White with #575476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575476; }

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

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

background-color css

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

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

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

border-color css

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

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

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