Html Css Color HEX #5A6550 Chalet Green

📋 copy color: '#5A6550'

red 90 ◦ green 101 ◦ blue 80

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

Shades of Chalet Green #5A6550

Tints of Chalet Green #5A6550

RGB

 RED value IS 90 (35.55% from 255) = 33.21%

 GREEN value IS 101 (39.84% from 255) = 37.27%

 BLUE value IS 80 (31.64% from 255) = 29.52%

R = 33.21%
G = 37.27%
B = 29.52%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.21

 K value IS 0.60

RGB Variations

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

Color information

#5A6550 (or 0x5A6550) is known color: Chalet Green. HEX triplet: 5A, 65 and 50. RGB value is (90,101,80). Sum of RGB (Red+Green+Blue) = 90+101+80=271 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.21% from 271); Green value is 101 (39.84% from 255 or 37.27% from 271); Blue value is 80 (31.64% from 255 or 29.52% from 271); Max value from RGB is 101 - color contains mainly: green. Hex color #5A6550 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6550 is #A59AAF. Grayscale: #5F5F5F. Windows color (decimal): -10853040 or 5268826. OLE color: 5268826.

HSL color Cylindrical-coordinate representation of color #5A6550: hue angle of 91.43º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5A6550 is Cyan = 0.11, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.60.

Color convert

RGB 90 101 80 -
CMYK 0.11 0 0.21 0.60
HSL 91.43º 0.12% 0.35% -
HSV(B) 91.43º 0.21% 0.4% -
XYZ 10.32 12.06 9.37 -
YUV 95.32 119.36 124.21 -
System Red Green Blue C M Y K H S L
Decimal 90 101 80 0.11 0 0.21 0.60 91.43 0.12 0.35
Hex 5A 65 50 B 0 15 3C 5B C 23
Octal 132 145 120 13 0 25 74 133 14 43
Binary 1011010 1100101 1010000 1011 0 10101 111100 1011011 1100 100011

Color Harmonies of #5A6550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6550

Black with #5A6550

Text Example


Text Example

White with #5A6550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A6550; }

 p { color: rgb(90,101,80); }

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

background-color css

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

 a { background-color: rgb(90,101,80); }

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

border-color css

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

 span { border-color: rgb(90,101,80); }

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