#595274

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

Shades of Smoky #595274

Tints of Smoky #595274

Color information

#595274 (or 0x595274) is unknown color: approx Smoky. HEX triplet: 59, 52 and 74. RGB value is (89,82,116). Sum of RGB (Red+Green+Blue) = 89+82+116=287 (38% of max value = 765). Red value is 89 (35.16% from 255 or 31.01% from 287); Green value is 82 (32.42% from 255 or 28.57% from 287); Blue value is 116 (45.70% from 255 or 40.42% from 287); Max value from RGB is 116 - color contains mainly: blue. Hex color #595274 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595274 is #A6AD8B. Grayscale: #575757. Windows color (decimal): -10923404 or 7623257. OLE color: 7623257.

HSL color Cylindrical-coordinate representation of color #595274: hue angle of 252.35º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #595274 is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8982116-
CMYK0.230.2900.55
HSL252.35º17.17%38.82%-
HSV(B)252.35º29.31%45.49%-
XYZ10.299.4217.8-
YUV87.97143.82128.74-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 31.01%
GREEN value IS 82 (32.42% from 255) = 28.57%
BLUE value IS 116 (45.70% from 255) = 40.42%
R=31.01%
G=28.57%
B=40.42%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal89821160.230.2900.55252.3517.1738.82
Hex595274171D037fc1127
Octal13112216427350673742147
Binary101100110100101110100101111110101101111111110010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595274; }

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

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

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

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

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

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

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

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