Html Css Color HEX #575475 Smoky

📋 copy color: '#575475'

red 87 ◦ green 84 ◦ blue 117

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

Shades of Smoky #575475

Tints of Smoky #575475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 40.63%

R = 30.21%
G = 29.17%
B = 40.63%

CMYK

 C value IS 0.26

 M value IS 0.28

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#575475 (or 0x575475) is known color: Smoky. HEX triplet: 57, 54 and 75. RGB value is (87,84,117). Sum of RGB (Red+Green+Blue) = 87+84+117=288 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30.21% from 288); Green value is 84 (33.20% from 255 or 29.17% from 288); Blue value is 117 (46.09% from 255 or 40.62% from 288); Max value from RGB is 117 - color contains mainly: blue. Hex color #575475 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575475 is #A8AB8A. Grayscale: #585858. Windows color (decimal): -11053963 or 7689303. OLE color: 7689303.

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

Color convert

RGB 87 84 117 -
CMYK 0.26 0.28 0 0.54
HSL 245.45º 0.16% 0.39% -
HSV(B) 245.45º 0.28% 0.46% -
XYZ 10.31 9.65 18.15 -
YUV 88.66 143.99 126.82 -
System Red Green Blue C M Y K H S L
Decimal 87 84 117 0.26 0.28 0 0.54 245.45 0.16 0.39
Hex 57 54 75 1A 1C 0 36 F5 10 27
Octal 127 124 165 32 34 0 66 365 20 47
Binary 1010111 1010100 1110101 11010 11100 0 110110 11110101 10000 100111

Color Harmonies of #575475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575475

Black with #575475

Text Example


Text Example

White with #575475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575475; }

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

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

background-color css

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

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

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

border-color css

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

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

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