#605771

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

Shades of Smoky #605771

Tints of Smoky #605771

Color information

#605771 (or 0x605771) is unknown color: approx Smoky. HEX triplet: 60, 57 and 71. RGB value is (96,87,113). Sum of RGB (Red+Green+Blue) = 96+87+113=296 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.43% from 296); Green value is 87 (34.38% from 255 or 29.39% from 296); Blue value is 113 (44.53% from 255 or 38.18% from 296); Max value from RGB is 113 - color contains mainly: blue. Hex color #605771 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605771 is #9FA88E. Grayscale: #5C5C5C. Windows color (decimal): -10463375 or 7427936. OLE color: 7427936.

HSL color Cylindrical-coordinate representation of color #605771: hue angle of 260.77º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #605771 is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB9687113-
CMYK0.150.2300.56
HSL260.77º13%39.22%-
HSV(B)260.77º23.01%44.31%-
XYZ11.2110.517.06-
YUV92.66139.48130.39-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.43%
GREEN value IS 87 (34.38% from 255) = 29.39%
BLUE value IS 113 (44.53% from 255) = 38.18%
R=32.43%
G=29.39%
B=38.18%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal96871130.150.2300.56260.771339.22
Hex605771F17038105d27
Octal14012716117270704051547
Binary11000001010111111000111111011101110001000001011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605771; }

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

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

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

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

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

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

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

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