#575365

Color #575365 Smoky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smoky #575365

Tints of Smoky #575365

Color information

#575365 (or 0x575365) is unknown color: approx Smoky. HEX triplet: 57, 53 and 65. RGB value is (87,83,101). Sum of RGB (Red+Green+Blue) = 87+83+101=271 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.10% from 271); Green value is 83 (32.81% from 255 or 30.63% from 271); Blue value is 101 (39.84% from 255 or 37.27% from 271); Max value from RGB is 101 - color contains mainly: blue. Hex color #575365 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575365 is #A8AC9A. Grayscale: #565656. Windows color (decimal): -11054235 or 6640471. OLE color: 6640471.

HSL color Cylindrical-coordinate representation of color #575365: hue angle of 253.33º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #575365 is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8783101-
CMYK0.140.1800.60
HSL253.33º9.78%36.08%-
HSV(B)253.33º17.82%39.61%-
XYZ9.379.1513.58-
YUV86.25136.33128.54-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 32.10%
GREEN value IS 83 (32.81% from 255) = 30.63%
BLUE value IS 101 (39.84% from 255) = 37.27%
R=32.10%
G=30.63%
B=37.27%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal87831010.140.1800.60253.339.7836.08
Hex575365E1203Cfda24
Octal12712314516220743751244
Binary1010111101001111001011110100100111100111111011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575365; }

 p { color: rgb(87,83,101); }

 H1.HeaderClassName
 {
   color: #575365;
 }
 .AnyTagClassName
 {
   color: #575365;
 }
</style>
background-color css

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

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

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

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

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

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