#909499

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

Shades of Grey Chateau #909499

Tints of Grey Chateau #909499

Color information

#909499 (or 0x909499) is unknown color: approx Grey Chateau. HEX triplet: 90, 94 and 99. RGB value is (144,148,153). Sum of RGB (Red+Green+Blue) = 144+148+153=445 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.36% from 445); Green value is 148 (58.20% from 255 or 33.26% from 445); Blue value is 153 (60.16% from 255 or 34.38% from 445); Max value from RGB is 153 - color contains mainly: blue. Hex color #909499 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909499 is #6F6B66. Grayscale: #939393. Windows color (decimal): -7301991 or 10065040. OLE color: 10065040.

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

Color convert

RGB144148153-
CMYK0.060.0300.4
HSL213.33º4.23%58.24%-
HSV(B)213.33º5.88%60%-
XYZ27.8429.4134.35-
YUV147.37131.17125.59-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 32.36%
GREEN value IS 148 (58.20% from 255) = 33.26%
BLUE value IS 153 (60.16% from 255) = 34.38%
R=32.36%
G=33.26%
B=34.38%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1441481530.060.0300.4213.334.2358.24
Hex90949963028d543a
Octal22022423163050325472
Binary10010000100101001001100111011010100011010101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #909499; }

 p { color: rgb(144,148,153); }

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

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

 a { background-color: rgb(144,148,153); }

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

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

 span { border-color: rgb(144,148,153); }

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