#595270

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

Shades of Smoky #595270

Tints of Smoky #595270

Color information

#595270 (or 0x595270) is unknown color: approx Smoky. HEX triplet: 59, 52 and 70. RGB value is (89,82,112). Sum of RGB (Red+Green+Blue) = 89+82+112=283 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.45% from 283); Green value is 82 (32.42% from 255 or 28.98% from 283); Blue value is 112 (44.14% from 255 or 39.58% from 283); Max value from RGB is 112 - color contains mainly: blue. Hex color #595270 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595270 is #A6AD8F. Grayscale: #575757. Windows color (decimal): -10923408 or 7361113. OLE color: 7361113.

HSL color Cylindrical-coordinate representation of color #595270: hue angle of 254º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #595270 is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8982112-
CMYK0.210.2700.56
HSL254º15.46%38.04%-
HSV(B)254º26.79%43.92%-
XYZ10.069.3316.6-
YUV87.51141.82129.06-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 31.45%
GREEN value IS 82 (32.42% from 255) = 28.98%
BLUE value IS 112 (44.14% from 255) = 39.58%
R=31.45%
G=28.98%
B=39.58%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal89821120.210.2700.5625415.4638.04
Hex595270151B038fef26
Octal13112216025330703761746
Binary10110011010010111000010101110110111000111111101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595270; }

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

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

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

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

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

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

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

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