#95999F

Color #95999F Grey Chateau (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grey Chateau #95999F

Tints of Grey Chateau #95999F

Color information

#95999F (or 0x95999F) is unknown color: approx Grey Chateau. HEX triplet: 95, 99 and 9F. RGB value is (149,153,159). Sum of RGB (Red+Green+Blue) = 149+153+159=461 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.32% from 461); Green value is 153 (60.16% from 255 or 33.19% from 461); Blue value is 159 (62.5% from 255 or 34.49% from 461); Max value from RGB is 159 - color contains mainly: blue. Hex color #95999F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95999F is #6A6660. Grayscale: #989898. Windows color (decimal): -6973025 or 10459541. OLE color: 10459541.

HSL color Cylindrical-coordinate representation of color #95999F: hue angle of 216º degrees, saturation: 0.05, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #95999F is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB149153159-
CMYK0.060.0400.38
HSL216º4.95%60.39%-
HSV(B)216º6.29%62.35%-
XYZ30.0431.6837.33-
YUV152.49131.67125.51-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.32%
GREEN value IS 153 (60.16% from 255) = 33.19%
BLUE value IS 159 (62.5% from 255) = 34.49%
R=32.32%
G=33.19%
B=34.49%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1491531590.060.0400.382164.9560.39
Hex95999F64026d853c
Octal22523123764046330574
Binary100101011001100110011111110100010011011011000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95999F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95999F; }

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

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

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

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

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

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

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

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