Html Css Color HEX #91A599 Edward

📋 copy color: '#91A599'

red 145 ◦ green 165 ◦ blue 153

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

Shades of Edward #91A599

Tints of Edward #91A599

RGB

 RED value IS 145 (57.03% from 255) = 31.32%

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

 BLUE value IS 153 (60.16% from 255) = 33.05%

R = 31.32%
G = 35.64%
B = 33.05%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#91A599 (or 0x91A599) is known color: Edward. HEX triplet: 91, A5 and 99. RGB value is (145,165,153). Sum of RGB (Red+Green+Blue) = 145+165+153=463 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.32% from 463); Green value is 165 (64.84% from 255 or 35.64% from 463); Blue value is 153 (60.16% from 255 or 33.05% from 463); Max value from RGB is 165 - color contains mainly: green. Hex color #91A599 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91A599 is #6E5A66. Grayscale: #9D9D9D. Windows color (decimal): -7232103 or 10069393. OLE color: 10069393.

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

Color convert

RGB 145 165 153 -
CMYK 0.12 0 0.07 0.35
HSL 144º 0.1% 0.61% -
HSV(B) 144º 0.12% 0.65% -
XYZ 30.88 35.23 35.31 -
YUV 157.65 125.37 118.98 -
System Red Green Blue C M Y K H S L
Decimal 145 165 153 0.12 0 0.07 0.35 144 0.1 0.61
Hex 91 A5 99 C 0 7 23 90 A 3D
Octal 221 245 231 14 0 7 43 220 12 75
Binary 10010001 10100101 10011001 1100 0 111 100011 10010000 1010 111101

Color Harmonies of #91A599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91A599

Black with #91A599

Text Example


Text Example

White with #91A599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #91A599; }

 p { color: rgb(145,165,153); }

 H1.HeaderClassName
 {
   color: #91A599;
 }
 .AnyTagClassName
 {
   color: #91A599;
 }
</style>

background-color css

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

 a { background-color: rgb(145,165,153); }

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

border-color css

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

 span { border-color: rgb(145,165,153); }

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