Html Css Color HEX #5A5942 Verdigris

📋 copy color: '#5A5942'

red 90 ◦ green 89 ◦ blue 66

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

Shades of Verdigris #5A5942

Tints of Verdigris #5A5942

RGB

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

 GREEN value IS 89 (35.16% from 255) = 36.33%

 BLUE value IS 66 (26.17% from 255) = 26.94%

R = 36.73%
G = 36.33%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.27

 K value IS 0.65

RGB Variations

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

Color information

#5A5942 (or 0x5A5942) is known color: Verdigris. HEX triplet: 5A, 59 and 42. RGB value is (90,89,66). Sum of RGB (Red+Green+Blue) = 90+89+66=245 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.73% from 245); Green value is 89 (35.16% from 255 or 36.33% from 245); Blue value is 66 (26.17% from 255 or 26.94% from 245); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5942 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A5942 is #A5A6BD. Grayscale: #565656. Windows color (decimal): -10856126 or 4348250. OLE color: 4348250.

HSL color Cylindrical-coordinate representation of color #5A5942: hue angle of 57.5º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5A5942 is Cyan = 0, Magento = 0.01, Yellow = 0.27 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 89 66 -
CMYK 0 0.01 0.27 0.65
HSL 57.5º 0.15% 0.31% -
HSV(B) 57.5º 0.27% 0.35% -
XYZ 8.77 9.71 6.57 -
YUV 86.68 116.33 130.37 -
System Red Green Blue C M Y K H S L
Decimal 90 89 66 0 0.01 0.27 0.65 57.5 0.15 0.31
Hex 5A 59 42 0 1 1B 41 3A F 1F
Octal 132 131 102 0 1 33 101 72 17 37
Binary 1011010 1011001 1000010 0 1 11011 1000001 111010 1111 11111

Color Harmonies of #5A5942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A5942

Black with #5A5942

Text Example


Text Example

White with #5A5942

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,89,66); }

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

background-color css

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

 a { background-color: rgb(90,89,66); }

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

border-color css

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

 span { border-color: rgb(90,89,66); }

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