#90A5A0

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

Shades of Cascade #90A5A0

Tints of Cascade #90A5A0

Color information

#90A5A0 (or 0x90A5A0) is unknown color: approx Cascade. HEX triplet: 90, A5 and A0. RGB value is (144,165,160). Sum of RGB (Red+Green+Blue) = 144+165+160=469 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.70% from 469); Green value is 165 (64.84% from 255 or 35.18% from 469); Blue value is 160 (62.89% from 255 or 34.12% from 469); Max value from RGB is 165 - color contains mainly: green. Hex color #90A5A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90A5A0 is #6F5A5F. Grayscale: #9E9E9E. Windows color (decimal): -7297632 or 10528144. OLE color: 10528144.

HSL color Cylindrical-coordinate representation of color #90A5A0: hue angle of 165.71º 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 #90A5A0 is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.35.

Color convert

RGB144165160-
CMYK0.1300.030.35
HSL165.71º10.45%60.59%-
HSV(B)165.71º12.73%64.71%-
XYZ31.335.3838.44-
YUV158.15129.04117.91-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.70%
GREEN value IS 165 (64.84% from 255) = 35.18%
BLUE value IS 160 (62.89% from 255) = 34.12%
R=30.70%
G=35.18%
B=34.12%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1441651600.1300.030.35165.7110.4560.59
Hex90A5A0D0323a6a3d
Octal2202452401503432461275
Binary1001000010100101101000001101011100011101001101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90A5A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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