#605773

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

Shades of Smoky #605773

Tints of Smoky #605773

Color information

#605773 (or 0x605773) is unknown color: approx Smoky. HEX triplet: 60, 57 and 73. RGB value is (96,87,115). Sum of RGB (Red+Green+Blue) = 96+87+115=298 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.21% from 298); Green value is 87 (34.38% from 255 or 29.19% from 298); Blue value is 115 (45.31% from 255 or 38.59% from 298); Max value from RGB is 115 - color contains mainly: blue. Hex color #605773 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605773 is #9FA88C. Grayscale: #5C5C5C. Windows color (decimal): -10463373 or 7559008. OLE color: 7559008.

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

Color convert

RGB9687115-
CMYK0.170.2400.55
HSL259.29º13.86%39.61%-
HSV(B)259.29º24.35%45.1%-
XYZ11.3310.5417.66-
YUV92.88140.48130.22-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.21%
GREEN value IS 87 (34.38% from 255) = 29.19%
BLUE value IS 115 (45.31% from 255) = 38.59%
R=32.21%
G=29.19%
B=38.59%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal96871150.170.2400.55259.2913.8639.61
Hex6057731118037103e28
Octal14012716321300674031650
Binary110000010101111110011100011100001101111000000111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605773; }

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

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

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

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

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

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

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

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