#5B5A3A

Color #5B5A3A Verdigris (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdigris #5B5A3A

Tints of Verdigris #5B5A3A

Color information

#5B5A3A (or 0x5B5A3A) is unknown color: approx Verdigris. HEX triplet: 5B, 5A and 3A. RGB value is (91,90,58). Sum of RGB (Red+Green+Blue) = 91+90+58=239 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.08% from 239); Green value is 90 (35.55% from 255 or 37.66% from 239); Blue value is 58 (23.05% from 255 or 24.27% from 239); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5A3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B5A3A is #A4A5C5. Grayscale: #565656. Windows color (decimal): -10790342 or 3824219. OLE color: 3824219.

HSL color Cylindrical-coordinate representation of color #5B5A3A: hue angle of 58.18º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5B5A3A is Cyan = 0, Magento = 0.01, Yellow = 0.36 and Black (K on CMYK) = 0.64.

Color convert

RGB919058-
CMYK00.010.360.64
HSL58.18º22.15%29.22%-
HSV(B)58.18º36.26%35.69%-
XYZ8.739.845.44-
YUV86.65111.83131.1-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 38.08%
GREEN value IS 90 (35.55% from 255) = 37.66%
BLUE value IS 58 (23.05% from 255) = 24.27%
R=38.08%
G=37.66%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.36
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91905800.010.360.6458.1822.1529.22
Hex5B5A3A0124403a161d
Octal133132720144100722635
Binary101101110110101110100110010010000001110101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B5A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,90,58); }

 H1.HeaderClassName
 {
   color: #5B5A3A;
 }
 .AnyTagClassName
 {
   color: #5B5A3A;
 }
</style>
background-color css

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

 a { background-color: rgb(91,90,58); }

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

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

 span { border-color: rgb(91,90,58); }

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