#595F84

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

Shades of Comet #595F84

Tints of Comet #595F84

Color information

#595F84 (or 0x595F84) is unknown color: approx Comet. HEX triplet: 59, 5F and 84. RGB value is (89,95,132). Sum of RGB (Red+Green+Blue) = 89+95+132=316 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.16% from 316); Green value is 95 (37.5% from 255 or 30.06% from 316); Blue value is 132 (51.95% from 255 or 41.77% from 316); Max value from RGB is 132 - color contains mainly: blue. Hex color #595F84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595F84 is #A6A07B. Grayscale: #616161. Windows color (decimal): -10920060 or 8675161. OLE color: 8675161.

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

Color convert

RGB8995132-
CMYK0.330.2800.48
HSL231.63º19.46%43.33%-
HSV(B)231.63º32.58%51.76%-
XYZ12.3811.9723.49-
YUV97.42147.51121.99-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 28.16%
GREEN value IS 95 (37.5% from 255) = 30.06%
BLUE value IS 132 (51.95% from 255) = 41.77%
R=28.16%
G=30.06%
B=41.77%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal89951320.330.2800.48231.6319.4643.33
Hex595F84211C030e8132b
Octal13113720441340603502353
Binary10110011011111100001001000011110001100001110100010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,95,132); }

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

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

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

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

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

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

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