#595975

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

Shades of Comet #595975

Tints of Comet #595975

Color information

#595975 (or 0x595975) is unknown color: approx Comet. HEX triplet: 59, 59 and 75. RGB value is (89,89,117). Sum of RGB (Red+Green+Blue) = 89+89+117=295 (39% of max value = 765). Red value is 89 (35.16% from 255 or 30.17% from 295); Green value is 89 (35.16% from 255 or 30.17% from 295); Blue value is 117 (46.09% from 255 or 39.66% from 295); Max value from RGB is 117 - color contains mainly: blue. Hex color #595975 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595975 is #A6A68A. Grayscale: #5C5C5C. Windows color (decimal): -10921611 or 7690585. OLE color: 7690585.

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

Color convert

RGB8989117-
CMYK0.240.2400.54
HSL240º13.59%40.39%-
HSV(B)240º23.93%45.88%-
XYZ10.910.5518.29-
YUV92.19142125.72-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 30.17%
GREEN value IS 89 (35.16% from 255) = 30.17%
BLUE value IS 117 (46.09% from 255) = 39.66%
R=30.17%
G=30.17%
B=39.66%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal89891170.240.2400.5424013.5940.39
Hex5959751818036f0e28
Octal13113116530300663601650
Binary10110011011001111010111000110000110110111100001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595975; }

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

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

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

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

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

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

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

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