#585768

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

Shades of Smoky #585768

Tints of Smoky #585768

Color information

#585768 (or 0x585768) is unknown color: approx Smoky. HEX triplet: 58, 57 and 68. RGB value is (88,87,104). Sum of RGB (Red+Green+Blue) = 88+87+104=279 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.54% from 279); Green value is 87 (34.38% from 255 or 31.18% from 279); Blue value is 104 (41.02% from 255 or 37.28% from 279); Max value from RGB is 104 - color contains mainly: blue. Hex color #585768 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585768 is #A7A897. Grayscale: #595959. Windows color (decimal): -10987672 or 6838104. OLE color: 6838104.

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

Color convert

RGB8887104-
CMYK0.150.1600.59
HSL243.53º8.9%37.45%-
HSV(B)243.53º16.35%40.78%-
XYZ9.939.8914.48-
YUV89.24136.33127.12-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.54%
GREEN value IS 87 (34.38% from 255) = 31.18%
BLUE value IS 104 (41.02% from 255) = 37.28%
R=31.54%
G=31.18%
B=37.28%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal88871040.150.1600.59243.538.937.45
Hex585768F1003Bf4925
Octal13012715017200733641145
Binary1011000101011111010001111100000111011111101001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585768; }

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

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

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

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

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

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

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

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