#605A72

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

Shades of Smoky #605A72

Tints of Smoky #605A72

Color information

#605A72 (or 0x605A72) is unknown color: approx Smoky. HEX triplet: 60, 5A and 72. RGB value is (96,90,114). Sum of RGB (Red+Green+Blue) = 96+90+114=300 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32% from 300); Green value is 90 (35.55% from 255 or 30% from 300); Blue value is 114 (44.92% from 255 or 38% from 300); Max value from RGB is 114 - color contains mainly: blue. Hex color #605A72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605A72 is #9FA58D. Grayscale: #5E5E5E. Windows color (decimal): -10462606 or 7494240. OLE color: 7494240.

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

Color convert

RGB9690114-
CMYK0.160.2100.55
HSL255º11.76%40%-
HSV(B)255º21.05%44.71%-
XYZ11.5211.0117.44-
YUV94.53138.99129.05-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32%
GREEN value IS 90 (35.55% from 255) = 30%
BLUE value IS 114 (44.92% from 255) = 38%
R=32%
G=30%
B=38%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal96901140.160.2100.5525511.7640
Hex605A721015037ffc28
Octal14013216220250673771450
Binary11000001011010111001010000101010110111111111111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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