#95989B

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

Shades of Grey Chateau #95989B

Tints of Grey Chateau #95989B

Color information

#95989B (or 0x95989B) is unknown color: approx Grey Chateau. HEX triplet: 95, 98 and 9B. RGB value is (149,152,155). Sum of RGB (Red+Green+Blue) = 149+152+155=456 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.68% from 456); Green value is 152 (59.77% from 255 or 33.33% from 456); Blue value is 155 (60.94% from 255 or 33.99% from 456); Max value from RGB is 155 - color contains mainly: blue. Hex color #95989B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95989B is #6A6764. Grayscale: #979797. Windows color (decimal): -6973285 or 10197141. OLE color: 10197141.

HSL color Cylindrical-coordinate representation of color #95989B: hue angle of 210º 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 #95989B is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB149152155-
CMYK0.040.0200.39
HSL210º2.91%59.61%-
HSV(B)210º3.87%60.78%-
XYZ29.5431.2135.48-
YUV151.44130.01126.26-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.68%
GREEN value IS 152 (59.77% from 255) = 33.33%
BLUE value IS 155 (60.94% from 255) = 33.99%
R=32.68%
G=33.33%
B=33.99%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1491521550.040.0200.392102.9159.61
Hex95989B42027d233c
Octal22523023342047322374
Binary1001010110011000100110111001001001111101001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95989B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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