#605577

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

Shades of Smoky #605577

Tints of Smoky #605577

Color information

#605577 (or 0x605577) is unknown color: approx Smoky. HEX triplet: 60, 55 and 77. RGB value is (96,85,119). Sum of RGB (Red+Green+Blue) = 96+85+119=300 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32% from 300); Green value is 85 (33.59% from 255 or 28.33% from 300); Blue value is 119 (46.88% from 255 or 39.67% from 300); Max value from RGB is 119 - color contains mainly: blue. Hex color #605577 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605577 is #9FAA88. Grayscale: #5C5C5C. Windows color (decimal): -10463881 or 7820640. OLE color: 7820640.

HSL color Cylindrical-coordinate representation of color #605577: hue angle of 259.41º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #605577 is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB9685119-
CMYK0.190.2900.53
HSL259.41º16.67%40%-
HSV(B)259.41º28.57%46.67%-
XYZ11.410.3218.84-
YUV92.16143.14130.74-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32%
GREEN value IS 85 (33.59% from 255) = 28.33%
BLUE value IS 119 (46.88% from 255) = 39.67%
R=32%
G=28.33%
B=39.67%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal96851190.190.2900.53259.4116.6740
Hex605577131D0351031128
Octal14012516723350654032150
Binary1100000101010111101111001111101011010110000001110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605577; }

 p { color: rgb(96,85,119); }

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

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

 a { background-color: rgb(96,85,119); }

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

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

 span { border-color: rgb(96,85,119); }

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