#909592

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

Shades of Edward #909592

Tints of Edward #909592

Color information

#909592 (or 0x909592) is unknown color: approx Edward. HEX triplet: 90, 95 and 92. RGB value is (144,149,146). Sum of RGB (Red+Green+Blue) = 144+149+146=439 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.80% from 439); Green value is 149 (58.59% from 255 or 33.94% from 439); Blue value is 146 (57.42% from 255 or 33.26% from 439); Max value from RGB is 149 - color contains mainly: green. Hex color #909592 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909592 is #6F6A6D. Grayscale: #939393. Windows color (decimal): -7301742 or 9606544. OLE color: 9606544.

HSL color Cylindrical-coordinate representation of color #909592: hue angle of 144º degrees, saturation: 0.02, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #909592 is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.42.

Color convert

RGB144149146-
CMYK0.0300.020.42
HSL144º2.3%57.45%-
HSV(B)144º3.36%58.43%-
XYZ27.4429.531.44-
YUV147.16127.34125.74-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 32.80%
GREEN value IS 149 (58.59% from 255) = 33.94%
BLUE value IS 146 (57.42% from 255) = 33.26%
R=32.80%
G=33.94%
B=33.26%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1441491460.0300.020.421442.357.45
Hex9095923022A90239
Octal22022522230252220271
Binary100100001001010110010010110101010101001000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #909592; }

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

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

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

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

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

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

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

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