#595968

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

Shades of Comet #595968

Tints of Comet #595968

Color information

#595968 (or 0x595968) is unknown color: approx Comet. HEX triplet: 59, 59 and 68. RGB value is (89,89,104). Sum of RGB (Red+Green+Blue) = 89+89+104=282 (37% of max value = 765). Red value is 89 (35.16% from 255 or 31.56% from 282); Green value is 89 (35.16% from 255 or 31.56% from 282); Blue value is 104 (41.02% from 255 or 36.88% from 282); Max value from RGB is 104 - color contains mainly: blue. Hex color #595968 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595968 is #A6A697. Grayscale: #5A5A5A. Windows color (decimal): -10921624 or 6838617. OLE color: 6838617.

HSL color Cylindrical-coordinate representation of color #595968: hue angle of 240º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #595968 is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8989104-
CMYK0.140.1400.59
HSL240º7.77%37.84%-
HSV(B)240º14.42%40.78%-
XYZ10.1910.2714.54-
YUV90.71135.5126.78-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 31.56%
GREEN value IS 89 (35.16% from 255) = 31.56%
BLUE value IS 104 (41.02% from 255) = 36.88%
R=31.56%
G=31.56%
B=36.88%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal89891040.140.1400.592407.7737.84
Hex595968EE03Bf0826
Octal13113115016160733601046
Binary101100110110011101000111011100111011111100001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595968; }

 p { color: rgb(89,89,104); }

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

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

 a { background-color: rgb(89,89,104); }

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

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

 span { border-color: rgb(89,89,104); }

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