#595C85

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

Shades of Comet #595C85

Tints of Comet #595C85

Color information

#595C85 (or 0x595C85) is unknown color: approx Comet. HEX triplet: 59, 5C and 85. RGB value is (89,92,133). Sum of RGB (Red+Green+Blue) = 89+92+133=314 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.34% from 314); Green value is 92 (36.33% from 255 or 29.30% from 314); Blue value is 133 (52.34% from 255 or 42.36% from 314); Max value from RGB is 133 - color contains mainly: blue. Hex color #595C85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595C85 is #A6A37A. Grayscale: #5F5F5F. Windows color (decimal): -10920827 or 8739929. OLE color: 8739929.

HSL color Cylindrical-coordinate representation of color #595C85: hue angle of 235.91º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #595C85 is Cyan = 0.33, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8992133-
CMYK0.330.3100.48
HSL235.91º19.82%43.53%-
HSV(B)235.91º33.08%52.16%-
XYZ12.1811.4723.76-
YUV95.78149.01123.17-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.34%
GREEN value IS 92 (36.33% from 255) = 29.30%
BLUE value IS 133 (52.34% from 255) = 42.36%
R=28.34%
G=29.30%
B=42.36%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal89921330.330.3100.48235.9119.8243.53
Hex595C85211F030ec142c
Octal13113420541370603542454
Binary10110011011100100001011000011111101100001110110010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595C85; }

 p { color: rgb(89,92,133); }

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

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

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

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

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

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

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