#605972

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

Shades of Smoky #605972

Tints of Smoky #605972

Color information

#605972 (or 0x605972) is unknown color: approx Smoky. HEX triplet: 60, 59 and 72. RGB value is (96,89,114). Sum of RGB (Red+Green+Blue) = 96+89+114=299 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.11% from 299); Green value is 89 (35.16% from 255 or 29.77% from 299); Blue value is 114 (44.92% from 255 or 38.13% from 299); Max value from RGB is 114 - color contains mainly: blue. Hex color #605972 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605972 is #9FA68D. Grayscale: #5D5D5D. Windows color (decimal): -10462862 or 7493984. OLE color: 7493984.

HSL color Cylindrical-coordinate representation of color #605972: hue angle of 256.8º 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 #605972 is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB9689114-
CMYK0.160.2200.55
HSL256.8º12.32%39.8%-
HSV(B)256.8º21.93%44.71%-
XYZ11.4310.8517.41-
YUV93.94139.32129.47-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.11%
GREEN value IS 89 (35.16% from 255) = 29.77%
BLUE value IS 114 (44.92% from 255) = 38.13%
R=32.11%
G=29.77%
B=38.13%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal96891140.160.2200.55256.812.3239.8
Hex6059721016037101c28
Octal14013116220260674011450
Binary110000010110011110010100001011001101111000000011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605972; }

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

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

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

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

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

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

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

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