#95989C

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

Shades of Grey Chateau #95989C

Tints of Grey Chateau #95989C

Color information

#95989C (or 0x95989C) is unknown color: approx Grey Chateau. HEX triplet: 95, 98 and 9C. RGB value is (149,152,156). Sum of RGB (Red+Green+Blue) = 149+152+156=457 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.60% from 457); Green value is 152 (59.77% from 255 or 33.26% from 457); Blue value is 156 (61.33% from 255 or 34.14% from 457); Max value from RGB is 156 - color contains mainly: blue. Hex color #95989C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95989C is #6A6763. Grayscale: #979797. Windows color (decimal): -6973284 or 10262677. OLE color: 10262677.

HSL color Cylindrical-coordinate representation of color #95989C: hue angle of 214.29º degrees, saturation: 0.03, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #95989C is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB149152156-
CMYK0.040.0300.39
HSL214.29º3.41%59.8%-
HSV(B)214.29º4.49%61.18%-
XYZ29.6231.2535.92-
YUV151.56130.51126.17-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.60%
GREEN value IS 152 (59.77% from 255) = 33.26%
BLUE value IS 156 (61.33% from 255) = 34.14%
R=32.60%
G=33.26%
B=34.14%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1491521560.040.0300.39214.293.4159.8
Hex95989C43027d633c
Octal22523023443047326374
Binary1001010110011000100111001001101001111101011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95989C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95989C; }

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

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

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

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

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

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

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

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