#605877

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

Shades of Smoky #605877

Tints of Smoky #605877

Color information

#605877 (or 0x605877) is unknown color: approx Smoky. HEX triplet: 60, 58 and 77. RGB value is (96,88,119). Sum of RGB (Red+Green+Blue) = 96+88+119=303 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.68% from 303); Green value is 88 (34.77% from 255 or 29.04% from 303); Blue value is 119 (46.88% from 255 or 39.27% from 303); Max value from RGB is 119 - color contains mainly: blue. Hex color #605877 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605877 is #9FA788. Grayscale: #5D5D5D. Windows color (decimal): -10463113 or 7821408. OLE color: 7821408.

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

Color convert

RGB9688119-
CMYK0.190.2600.53
HSL255.48º14.98%40.59%-
HSV(B)255.48º26.05%46.67%-
XYZ11.6410.818.92-
YUV93.93142.15129.48-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.68%
GREEN value IS 88 (34.77% from 255) = 29.04%
BLUE value IS 119 (46.88% from 255) = 39.27%
R=31.68%
G=29.04%
B=39.27%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal96881190.190.2600.53255.4814.9840.59
Hex605877131A035fff29
Octal14013016723320653771751
Binary11000001011000111011110011110100110101111111111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605877; }

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

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

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

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

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

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

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

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