#575368

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

Shades of Smoky #575368

Tints of Smoky #575368

Color information

#575368 (or 0x575368) is unknown color: approx Smoky. HEX triplet: 57, 53 and 68. RGB value is (87,83,104). Sum of RGB (Red+Green+Blue) = 87+83+104=274 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.75% from 274); Green value is 83 (32.81% from 255 or 30.29% from 274); Blue value is 104 (41.02% from 255 or 37.96% from 274); Max value from RGB is 104 - color contains mainly: blue. Hex color #575368 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575368 is #A8AC97. Grayscale: #565656. Windows color (decimal): -11054232 or 6837079. OLE color: 6837079.

HSL color Cylindrical-coordinate representation of color #575368: hue angle of 251.43º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #575368 is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8783104-
CMYK0.160.2000.59
HSL251.43º11.23%36.67%-
HSV(B)251.43º20.19%40.78%-
XYZ9.529.2114.37-
YUV86.59137.83128.29-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 31.75%
GREEN value IS 83 (32.81% from 255) = 30.29%
BLUE value IS 104 (41.02% from 255) = 37.96%
R=31.75%
G=30.29%
B=37.96%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal87831040.160.2000.59251.4311.2336.67
Hex575368101403Bfbb25
Octal12712315020240733731345
Binary10101111010011110100010000101000111011111110111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575368; }

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

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

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

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

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

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

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

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