Html Css Color HEX #919583 Sage

📋 copy color: '#919583'

red 145 ◦ green 149 ◦ blue 131

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

Shades of Sage #919583

Tints of Sage #919583

RGB

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

 GREEN value IS 149 (58.59% from 255) = 35.06%

 BLUE value IS 131 (51.56% from 255) = 30.82%

R = 34.12%
G = 35.06%
B = 30.82%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#919583 (or 0x919583) is known color: Sage. HEX triplet: 91, 95 and 83. RGB value is (145,149,131). Sum of RGB (Red+Green+Blue) = 145+149+131=425 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.12% from 425); Green value is 149 (58.59% from 255 or 35.06% from 425); Blue value is 131 (51.56% from 255 or 30.82% from 425); Max value from RGB is 149 - color contains mainly: green. Hex color #919583 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919583 is #6E6A7C. Grayscale: #919191. Windows color (decimal): -7236221 or 8623505. OLE color: 8623505.

HSL color Cylindrical-coordinate representation of color #919583: hue angle of 73.33º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #919583 is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB 145 149 131 -
CMYK 0.03 0 0.12 0.42
HSL 73.33º 0.08% 0.55% -
HSV(B) 73.33º 0.12% 0.58% -
XYZ 26.52 29.15 25.7 -
YUV 145.75 119.67 127.46 -
System Red Green Blue C M Y K H S L
Decimal 145 149 131 0.03 0 0.12 0.42 73.33 0.08 0.55
Hex 91 95 83 3 0 C 2A 49 8 37
Octal 221 225 203 3 0 14 52 111 10 67
Binary 10010001 10010101 10000011 11 0 1100 101010 1001001 1000 110111

Color Harmonies of #919583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919583

Black with #919583

Text Example


Text Example

White with #919583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #919583; }

 p { color: rgb(145,149,131); }

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

background-color css

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

 a { background-color: rgb(145,149,131); }

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

border-color css

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

 span { border-color: rgb(145,149,131); }

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