#929599

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

Shades of Grey Chateau #929599

Tints of Grey Chateau #929599

Color information

#929599 (or 0x929599) is unknown color: approx Grey Chateau. HEX triplet: 92, 95 and 99. RGB value is (146,149,153). Sum of RGB (Red+Green+Blue) = 146+149+153=448 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.59% from 448); Green value is 149 (58.59% from 255 or 33.26% from 448); Blue value is 153 (60.16% from 255 or 34.15% from 448); Max value from RGB is 153 - color contains mainly: blue. Hex color #929599 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929599 is #6D6A66. Grayscale: #949494. Windows color (decimal): -7170663 or 10065298. OLE color: 10065298.

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

Color convert

RGB146149153-
CMYK0.050.0300.4
HSL214.29º3.32%58.63%-
HSV(B)214.29º4.58%60%-
XYZ28.3529.9134.42-
YUV148.56130.51126.17-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 32.59%
GREEN value IS 149 (58.59% from 255) = 33.26%
BLUE value IS 153 (60.16% from 255) = 34.15%
R=32.59%
G=33.26%
B=34.15%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1461491530.050.0300.4214.293.3258.63
Hex92959953028d633b
Octal22222523153050326373
Binary1001001010010101100110011011101010001101011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #929599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #929599; }

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

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

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

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

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

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

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

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