#595465

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

Shades of Smoky #595465

Tints of Smoky #595465

Color information

#595465 (or 0x595465) is unknown color: approx Smoky. HEX triplet: 59, 54 and 65. RGB value is (89,84,101). Sum of RGB (Red+Green+Blue) = 89+84+101=274 (36% of max value = 765). Red value is 89 (35.16% from 255 or 32.48% from 274); Green value is 84 (33.20% from 255 or 30.66% from 274); Blue value is 101 (39.84% from 255 or 36.86% from 274); Max value from RGB is 101 - color contains mainly: blue. Hex color #595465 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595465 is #A6AB9A. Grayscale: #575757. Windows color (decimal): -10922907 or 6640729. OLE color: 6640729.

HSL color Cylindrical-coordinate representation of color #595465: hue angle of 257.65º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #595465 is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8984101-
CMYK0.120.1700.60
HSL257.65º9.19%36.27%-
HSV(B)257.65º16.83%39.61%-
XYZ9.649.413.62-
YUV87.43135.66129.12-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 32.48%
GREEN value IS 84 (33.20% from 255) = 30.66%
BLUE value IS 101 (39.84% from 255) = 36.86%
R=32.48%
G=30.66%
B=36.86%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal89841010.120.1700.60257.659.1936.27
Hex595465C1103C102924
Octal13112414514210744021144
Binary10110011010100110010111001000101111001000000101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595465; }

 p { color: rgb(89,84,101); }

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

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

 a { background-color: rgb(89,84,101); }

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

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

 span { border-color: rgb(89,84,101); }

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