Html Css Color HEX #90A59C Cascade

📋 copy color: '#90A59C'

red 144 ◦ green 165 ◦ blue 156

#90A59C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cascade #90A59C

Tints of Cascade #90A59C

RGB

 RED value IS 144 (56.64% from 255) = 30.97%

 GREEN value IS 165 (64.84% from 255) = 35.48%

 BLUE value IS 156 (61.33% from 255) = 33.55%

R = 30.97%
G = 35.48%
B = 33.55%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#90A59C (or 0x90A59C) is known color: Cascade. HEX triplet: 90, A5 and 9C. RGB value is (144,165,156). Sum of RGB (Red+Green+Blue) = 144+165+156=465 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.97% from 465); Green value is 165 (64.84% from 255 or 35.48% from 465); Blue value is 156 (61.33% from 255 or 33.55% from 465); Max value from RGB is 165 - color contains mainly: green. Hex color #90A59C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90A59C is #6F5A63. Grayscale: #9D9D9D. Windows color (decimal): -7297636 or 10266000. OLE color: 10266000.

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

Color convert

RGB 144 165 156 -
CMYK 0.13 0 0.05 0.35
HSL 154.29º 0.1% 0.61% -
HSV(B) 154.29º 0.13% 0.65% -
XYZ 30.96 35.24 36.62 -
YUV 157.7 127.04 118.23 -
System Red Green Blue C M Y K H S L
Decimal 144 165 156 0.13 0 0.05 0.35 154.29 0.1 0.61
Hex 90 A5 9C D 0 5 23 9A A 3D
Octal 220 245 234 15 0 5 43 232 12 75
Binary 10010000 10100101 10011100 1101 0 101 100011 10011010 1010 111101

Color Harmonies of #90A59C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90A59C

Black with #90A59C

Text Example


Text Example

White with #90A59C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #90A59C;
 }
 .AnyTagClassName
 {
   color: #90A59C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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