Html Css Color HEX #5A664E Chalet Green

📋 copy color: '#5A664E'

red 90 ◦ green 102 ◦ blue 78

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

Shades of Chalet Green #5A664E

Tints of Chalet Green #5A664E

RGB

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

 GREEN value IS 102 (40.23% from 255) = 37.78%

 BLUE value IS 78 (30.86% from 255) = 28.89%

R = 33.33%
G = 37.78%
B = 28.89%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.24

 K value IS 0.6

RGB Variations

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

Color information

#5A664E (or 0x5A664E) is known color: Chalet Green. HEX triplet: 5A, 66 and 4E. RGB value is (90,102,78). Sum of RGB (Red+Green+Blue) = 90+102+78=270 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.33% from 270); Green value is 102 (40.23% from 255 or 37.78% from 270); Blue value is 78 (30.86% from 255 or 28.89% from 270); Max value from RGB is 102 - color contains mainly: green. Hex color #5A664E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A664E is #A599B1. Grayscale: #5F5F5F. Windows color (decimal): -10852786 or 5138010. OLE color: 5138010.

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

Color convert

RGB 90 102 78 -
CMYK 0.12 0 0.24 0.6
HSL 90º 0.13% 0.35% -
HSV(B) 90º 0.24% 0.4% -
XYZ 10.34 12.23 9.02 -
YUV 95.68 118.02 123.95 -
System Red Green Blue C M Y K H S L
Decimal 90 102 78 0.12 0 0.24 0.6 90 0.13 0.35
Hex 5A 66 4E C 0 18 3C 5A D 23
Octal 132 146 116 14 0 30 74 132 15 43
Binary 1011010 1100110 1001110 1100 0 11000 111100 1011010 1101 100011

Color Harmonies of #5A664E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A664E

Black with #5A664E

Text Example


Text Example

White with #5A664E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,102,78); }

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

background-color css

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

 a { background-color: rgb(90,102,78); }

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

border-color css

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

 span { border-color: rgb(90,102,78); }

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