#585369

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

Shades of Smoky #585369

Tints of Smoky #585369

Color information

#585369 (or 0x585369) is unknown color: approx Smoky. HEX triplet: 58, 53 and 69. RGB value is (88,83,105). Sum of RGB (Red+Green+Blue) = 88+83+105=276 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.88% from 276); Green value is 83 (32.81% from 255 or 30.07% from 276); Blue value is 105 (41.41% from 255 or 38.04% from 276); Max value from RGB is 105 - color contains mainly: blue. Hex color #585369 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585369 is #A7AC96. Grayscale: #565656. Windows color (decimal): -10988695 or 6902616. OLE color: 6902616.

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

Color convert

RGB8883105-
CMYK0.160.2100.59
HSL253.64º11.7%36.86%-
HSV(B)253.64º20.95%41.18%-
XYZ9.679.2814.65-
YUV87138.16128.71-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.88%
GREEN value IS 83 (32.81% from 255) = 30.07%
BLUE value IS 105 (41.41% from 255) = 38.04%
R=31.88%
G=30.07%
B=38.04%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal88831050.160.2100.59253.6411.736.86
Hex585369101503Bfec25
Octal13012315120250733761445
Binary10110001010011110100110000101010111011111111101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585369; }

 p { color: rgb(88,83,105); }

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

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

 a { background-color: rgb(88,83,105); }

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

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

 span { border-color: rgb(88,83,105); }

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