#999598

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

Shades of Shady Lady #999598

Tints of Shady Lady #999598

Color information

#999598 (or 0x999598) is unknown color: approx Shady Lady. HEX triplet: 99, 95 and 98. RGB value is (153,149,152). Sum of RGB (Red+Green+Blue) = 153+149+152=454 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.70% from 454); Green value is 149 (58.59% from 255 or 32.82% from 454); Blue value is 152 (59.77% from 255 or 33.48% from 454); Max value from RGB is 153 - color contains mainly: red. Hex color #999598 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999598 is #666A67. Grayscale: #969696. Windows color (decimal): -6711912 or 9999769. OLE color: 9999769.

HSL color Cylindrical-coordinate representation of color #999598: hue angle of 315º degrees, saturation: 0.02, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #999598 is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.4.

Color convert

RGB153149152-
CMYK00.030.010.4
HSL315º1.92%59.22%-
HSV(B)315º2.61%60%-
XYZ29.5530.5334.04-
YUV150.54128.83129.76-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.70%
GREEN value IS 149 (58.59% from 255) = 32.82%
BLUE value IS 152 (59.77% from 255) = 33.48%
R=33.70%
G=32.82%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.01
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15314915200.030.010.43151.9259.22
Hex9995980312813b23b
Octal23122523003150473273
Binary100110011001010110011000011110100010011101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999598; }

 p { color: rgb(153,149,152); }

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

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

 a { background-color: rgb(153,149,152); }

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

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

 span { border-color: rgb(153,149,152); }

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