Html Css Color HEX #5A583E Verdigris

📋 copy color: '#5A583E'

red 90 ◦ green 88 ◦ blue 62

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

Shades of Verdigris #5A583E

Tints of Verdigris #5A583E

RGB

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

 GREEN value IS 88 (34.77% from 255) = 36.67%

 BLUE value IS 62 (24.61% from 255) = 25.83%

R = 37.5%
G = 36.67%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.31

 K value IS 0.65

RGB Variations

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

Color information

#5A583E (or 0x5A583E) is known color: Verdigris. HEX triplet: 5A, 58 and 3E. RGB value is (90,88,62). Sum of RGB (Red+Green+Blue) = 90+88+62=240 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.5% from 240); Green value is 88 (34.77% from 255 or 36.67% from 240); Blue value is 62 (24.61% from 255 or 25.83% from 240); Max value from RGB is 90 - color contains mainly: red. Hex color #5A583E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A583E is #A5A7C1. Grayscale: #555555. Windows color (decimal): -10856386 or 4085850. OLE color: 4085850.

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

Color convert

RGB 90 88 62 -
CMYK 0 0.02 0.31 0.65
HSL 55.71º 0.18% 0.3% -
HSV(B) 55.71º 0.31% 0.35% -
XYZ 8.58 9.5 5.94 -
YUV 85.63 114.66 131.11 -
System Red Green Blue C M Y K H S L
Decimal 90 88 62 0 0.02 0.31 0.65 55.71 0.18 0.3
Hex 5A 58 3E 0 2 1F 41 38 12 1E
Octal 132 130 76 0 2 37 101 70 22 36
Binary 1011010 1011000 111110 0 10 11111 1000001 111000 10010 11110

Color Harmonies of #5A583E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A583E

Black with #5A583E

Text Example


Text Example

White with #5A583E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,88,62); }

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

background-color css

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

 a { background-color: rgb(90,88,62); }

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

border-color css

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

 span { border-color: rgb(90,88,62); }

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