Html Css Color HEX #575760 Smoky

📋 copy color: '#575760'

red 87 ◦ green 87 ◦ blue 96

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

Shades of Smoky #575760

Tints of Smoky #575760

RGB

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

 GREEN value IS 87 (34.38% from 255) = 32.22%

 BLUE value IS 96 (37.89% from 255) = 35.56%

R = 32.22%
G = 32.22%
B = 35.56%

CMYK

 C value IS 0.09

 M value IS 0.09

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#575760 (or 0x575760) is known color: Smoky. HEX triplet: 57, 57 and 60. RGB value is (87,87,96). Sum of RGB (Red+Green+Blue) = 87+87+96=270 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.22% from 270); Green value is 87 (34.38% from 255 or 32.22% from 270); Blue value is 96 (37.89% from 255 or 35.56% from 270); Max value from RGB is 96 - color contains mainly: blue. Hex color #575760 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575760 is #A8A89F. Grayscale: #575757. Windows color (decimal): -11053216 or 6313815. OLE color: 6313815.

HSL color Cylindrical-coordinate representation of color #575760: hue angle of 240º degrees, saturation: 0.05, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #575760 is Cyan = 0.09, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 87 87 96 -
CMYK 0.09 0.09 0 0.62
HSL 240º 0.05% 0.36% -
HSV(B) 240º 0.09% 0.38% -
XYZ 9.45 9.69 12.44 -
YUV 88.03 132.5 127.27 -
System Red Green Blue C M Y K H S L
Decimal 87 87 96 0.09 0.09 0 0.62 240 0.05 0.36
Hex 57 57 60 9 9 0 3E F0 5 24
Octal 127 127 140 11 11 0 76 360 5 44
Binary 1010111 1010111 1100000 1001 1001 0 111110 11110000 101 100100

Color Harmonies of #575760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575760

Black with #575760

Text Example


Text Example

White with #575760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575760; }

 p { color: rgb(87,87,96); }

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

background-color css

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

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

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

border-color css

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

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

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