Html Css Color HEX #58583F Verdigris

📋 copy color: '#58583F'

red 88 ◦ green 88 ◦ blue 63

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

Shades of Verdigris #58583F

Tints of Verdigris #58583F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 26.36%

R = 36.82%
G = 36.82%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.28

 K value IS 0.65

RGB Variations

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

Color information

#58583F (or 0x58583F) is known color: Verdigris. HEX triplet: 58, 58 and 3F. RGB value is (88,88,63). Sum of RGB (Red+Green+Blue) = 88+88+63=239 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.82% from 239); Green value is 88 (34.77% from 255 or 36.82% from 239); Blue value is 63 (25% from 255 or 26.36% from 239); Max value from RGB is 88 - color contains mainly: red, green. Hex color #58583F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58583F is #A7A7C0. Grayscale: #555555. Windows color (decimal): -10987457 or 4151384. OLE color: 4151384.

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

Color convert

RGB 88 88 63 -
CMYK 0 0 0.28 0.65
HSL 60º 0.17% 0.3% -
HSV(B) 60º 0.28% 0.35% -
XYZ 8.41 9.41 6.08 -
YUV 85.15 115.5 130.03 -
System Red Green Blue C M Y K H S L
Decimal 88 88 63 0 0 0.28 0.65 60 0.17 0.3
Hex 58 58 3F 0 0 1C 41 3C 11 1E
Octal 130 130 77 0 0 34 101 74 21 36
Binary 1011000 1011000 111111 0 0 11100 1000001 111100 10001 11110

Color Harmonies of #58583F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58583F

Black with #58583F

Text Example


Text Example

White with #58583F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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