#605B72

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

Shades of Smoky #605B72

Tints of Smoky #605B72

Color information

#605B72 (or 0x605B72) is unknown color: approx Smoky. HEX triplet: 60, 5B and 72. RGB value is (96,91,114). Sum of RGB (Red+Green+Blue) = 96+91+114=301 (39% of max value = 765). Red value is 96 (37.89% from 255 or 31.89% from 301); Green value is 91 (35.94% from 255 or 30.23% from 301); Blue value is 114 (44.92% from 255 or 37.87% from 301); Max value from RGB is 114 - color contains mainly: blue. Hex color #605B72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605B72 is #9FA48D. Grayscale: #5F5F5F. Windows color (decimal): -10462350 or 7494496. OLE color: 7494496.

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

Color convert

RGB9691114-
CMYK0.160.2000.55
HSL253.04º11.22%40.2%-
HSV(B)253.04º20.18%44.71%-
XYZ11.611.1817.47-
YUV95.12138.66128.63-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.89%
GREEN value IS 91 (35.94% from 255) = 30.23%
BLUE value IS 114 (44.92% from 255) = 37.87%
R=31.89%
G=30.23%
B=37.87%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal96911140.160.2000.55253.0411.2240.2
Hex605B721014037fdb28
Octal14013316220240673751350
Binary11000001011011111001010000101000110111111111011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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