#605578

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

Shades of Smoky #605578

Tints of Smoky #605578

Color information

#605578 (or 0x605578) is unknown color: approx Smoky. HEX triplet: 60, 55 and 78. RGB value is (96,85,120). Sum of RGB (Red+Green+Blue) = 96+85+120=301 (39% of max value = 765). Red value is 96 (37.89% from 255 or 31.89% from 301); Green value is 85 (33.59% from 255 or 28.24% from 301); Blue value is 120 (47.27% from 255 or 39.87% from 301); Max value from RGB is 120 - color contains mainly: blue. Hex color #605578 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605578 is #9FAA87. Grayscale: #5C5C5C. Windows color (decimal): -10463880 or 7886176. OLE color: 7886176.

HSL color Cylindrical-coordinate representation of color #605578: hue angle of 258.86º 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 #605578 is Cyan = 0.2, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB9685120-
CMYK0.20.2900.53
HSL258.86º17.07%40.2%-
HSV(B)258.86º29.17%47.06%-
XYZ11.4610.3419.16-
YUV92.28143.64130.65-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.89%
GREEN value IS 85 (33.59% from 255) = 28.24%
BLUE value IS 120 (47.27% from 255) = 39.87%
R=31.89%
G=28.24%
B=39.87%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal96851200.20.2900.53258.8617.0740.2
Hex605578141D0351031128
Octal14012517024350654032150
Binary1100000101010111110001010011101011010110000001110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605578; }

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

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

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

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

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

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

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

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