Html Css Color HEX #90A598 Edward

📋 copy color: '#90A598'

red 144 ◦ green 165 ◦ blue 152

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

Shades of Edward #90A598

Tints of Edward #90A598

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 32.97%

R = 31.24%
G = 35.79%
B = 32.97%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#90A598 (or 0x90A598) is known color: Edward. HEX triplet: 90, A5 and 98. RGB value is (144,165,152). Sum of RGB (Red+Green+Blue) = 144+165+152=461 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.24% from 461); Green value is 165 (64.84% from 255 or 35.79% from 461); Blue value is 152 (59.77% from 255 or 32.97% from 461); Max value from RGB is 165 - color contains mainly: green. Hex color #90A598 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90A598 is #6F5A67. Grayscale: #9D9D9D. Windows color (decimal): -7297640 or 10003856. OLE color: 10003856.

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

Color convert

RGB 144 165 152 -
CMYK 0.13 0 0.08 0.35
HSL 142.86º 0.1% 0.61% -
HSV(B) 142.86º 0.13% 0.65% -
XYZ 30.62 35.11 34.87 -
YUV 157.24 125.04 118.56 -
System Red Green Blue C M Y K H S L
Decimal 144 165 152 0.13 0 0.08 0.35 142.86 0.1 0.61
Hex 90 A5 98 D 0 8 23 8F A 3D
Octal 220 245 230 15 0 10 43 217 12 75
Binary 10010000 10100101 10011000 1101 0 1000 100011 10001111 1010 111101

Color Harmonies of #90A598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90A598

Black with #90A598

Text Example


Text Example

White with #90A598

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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