#605A73

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

Shades of Smoky #605A73

Tints of Smoky #605A73

Color information

#605A73 (or 0x605A73) is unknown color: approx Smoky. HEX triplet: 60, 5A and 73. RGB value is (96,90,115). Sum of RGB (Red+Green+Blue) = 96+90+115=301 (39% of max value = 765). Red value is 96 (37.89% from 255 or 31.89% from 301); Green value is 90 (35.55% from 255 or 29.90% from 301); Blue value is 115 (45.31% from 255 or 38.21% from 301); Max value from RGB is 115 - color contains mainly: blue. Hex color #605A73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605A73 is #9FA58C. Grayscale: #5E5E5E. Windows color (decimal): -10462605 or 7559776. OLE color: 7559776.

HSL color Cylindrical-coordinate representation of color #605A73: hue angle of 254.4º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #605A73 is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB9690115-
CMYK0.170.2200.55
HSL254.4º12.2%40.2%-
HSV(B)254.4º21.74%45.1%-
XYZ11.5711.0417.74-
YUV94.64139.49128.97-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.89%
GREEN value IS 90 (35.55% from 255) = 29.90%
BLUE value IS 115 (45.31% from 255) = 38.21%
R=31.89%
G=29.90%
B=38.21%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal96901150.170.2200.55254.412.240.2
Hex605A731116037fec28
Octal14013216321260673761450
Binary11000001011010111001110001101100110111111111101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605A73; }

 p { color: rgb(96,90,115); }

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

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

 a { background-color: rgb(96,90,115); }

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

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

 span { border-color: rgb(96,90,115); }

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