#90A595

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

Shades of Edward #90A595

Tints of Edward #90A595

Color information

#90A595 (or 0x90A595) is unknown color: approx Edward. HEX triplet: 90, A5 and 95. RGB value is (144,165,149). Sum of RGB (Red+Green+Blue) = 144+165+149=458 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.44% from 458); Green value is 165 (64.84% from 255 or 36.03% from 458); Blue value is 149 (58.59% from 255 or 32.53% from 458); Max value from RGB is 165 - color contains mainly: green. Hex color #90A595 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90A595 is #6F5A6A. Grayscale: #9C9C9C. Windows color (decimal): -7297643 or 9807248. OLE color: 9807248.

HSL color Cylindrical-coordinate representation of color #90A595: hue angle of 134.29º degrees, saturation: 0.1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #90A595 is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB144165149-
CMYK0.1300.100.35
HSL134.29º10.45%60.59%-
HSV(B)134.29º12.73%64.71%-
XYZ30.3835.0133.59-
YUV156.9123.54118.8-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.44%
GREEN value IS 165 (64.84% from 255) = 36.03%
BLUE value IS 149 (58.59% from 255) = 32.53%
R=31.44%
G=36.03%
B=32.53%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1441651490.1300.100.35134.2910.4560.59
Hex90A595D0A2386a3d
Octal22024522515012432061275
Binary100100001010010110010101110101010100011100001101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90A595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90A595; }

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

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

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

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

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

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

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

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