#595269

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

Shades of Smoky #595269

Tints of Smoky #595269

Color information

#595269 (or 0x595269) is unknown color: approx Smoky. HEX triplet: 59, 52 and 69. RGB value is (89,82,105). Sum of RGB (Red+Green+Blue) = 89+82+105=276 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.25% from 276); Green value is 82 (32.42% from 255 or 29.71% 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 #595269 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595269 is #A6AD96. Grayscale: #565656. Windows color (decimal): -10923415 or 6902361. OLE color: 6902361.

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

Color convert

RGB8982105-
CMYK0.150.2200.59
HSL258.26º12.3%36.67%-
HSV(B)258.26º21.9%41.18%-
XYZ9.699.1814.63-
YUV86.72138.32129.63-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 32.25%
GREEN value IS 82 (32.42% from 255) = 29.71%
BLUE value IS 105 (41.41% from 255) = 38.04%
R=32.25%
G=29.71%
B=38.04%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal89821050.150.2200.59258.2612.336.67
Hex595269F1603B102c25
Octal13112215117260734021445
Binary10110011010010110100111111011001110111000000101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595269; }

 p { color: rgb(89,82,105); }

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

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

 a { background-color: rgb(89,82,105); }

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

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

 span { border-color: rgb(89,82,105); }

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