Html Css Color HEX #58583A Verdigris

📋 copy color: '#58583A'

red 88 ◦ green 88 ◦ blue 58

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

Shades of Verdigris #58583A

Tints of Verdigris #58583A

RGB

 RED value IS 88 (34.77% from 255) = 37.61%

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

 BLUE value IS 58 (23.05% from 255) = 24.79%

R = 37.61%
G = 37.61%
B = 24.79%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.34

 K value IS 0.65

RGB Variations

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

Color information

#58583A (or 0x58583A) is known color: Verdigris. HEX triplet: 58, 58 and 3A. RGB value is (88,88,58). Sum of RGB (Red+Green+Blue) = 88+88+58=234 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.61% from 234); Green value is 88 (34.77% from 255 or 37.61% from 234); Blue value is 58 (23.05% from 255 or 24.79% from 234); Max value from RGB is 88 - color contains mainly: red, green. Hex color #58583A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58583A is #A7A7C5. Grayscale: #545454. Windows color (decimal): -10987462 or 3823704. OLE color: 3823704.

HSL color Cylindrical-coordinate representation of color #58583A: hue angle of 60º degrees, saturation: 0.21, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #58583A is Cyan = 0, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 88 58 -
CMYK 0 0 0.34 0.65
HSL 60º 0.21% 0.29% -
HSV(B) 60º 0.34% 0.35% -
XYZ 8.28 9.36 5.37 -
YUV 84.58 113 130.44 -
System Red Green Blue C M Y K H S L
Decimal 88 88 58 0 0 0.34 0.65 60 0.21 0.29
Hex 58 58 3A 0 0 22 41 3C 15 1D
Octal 130 130 72 0 0 42 101 74 25 35
Binary 1011000 1011000 111010 0 0 100010 1000001 111100 10101 11101

Color Harmonies of #58583A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58583A

Black with #58583A

Text Example


Text Example

White with #58583A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58583A; }

 p { color: rgb(88,88,58); }

 H1.HeaderClassName
 {
   color: #58583A;
 }
 .AnyTagClassName
 {
   color: #58583A;
 }
</style>

background-color css

<style>
 a { background-color: #58583A; }

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

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

border-color css

<style>
 span { border-color: #58583A; }

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

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