Html Css Color HEX #58825F Como

📋 copy color: '#58825F'

red 88 ◦ green 130 ◦ blue 95

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

Shades of Como #58825F

Tints of Como #58825F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 41.53%

 BLUE value IS 95 (37.5% from 255) = 30.35%

R = 28.12%
G = 41.53%
B = 30.35%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#58825F (or 0x58825F) is known color: Como. HEX triplet: 58, 82 and 5F. RGB value is (88,130,95). Sum of RGB (Red+Green+Blue) = 88+130+95=313 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.12% from 313); Green value is 130 (51.17% from 255 or 41.53% from 313); Blue value is 95 (37.5% from 255 or 30.35% from 313); Max value from RGB is 130 - color contains mainly: green. Hex color #58825F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58825F is #A77DA0. Grayscale: #717171. Windows color (decimal): -10976673 or 6259288. OLE color: 6259288.

HSL color Cylindrical-coordinate representation of color #58825F: hue angle of 130º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #58825F is Cyan = 0.32, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB 88 130 95 -
CMYK 0.32 0 0.27 0.49
HSL 130º 0.19% 0.43% -
HSV(B) 130º 0.32% 0.51% -
XYZ 14.07 18.87 13.73 -
YUV 113.45 117.59 109.85 -
System Red Green Blue C M Y K H S L
Decimal 88 130 95 0.32 0 0.27 0.49 130 0.19 0.43
Hex 58 82 5F 20 0 1B 31 82 13 2B
Octal 130 202 137 40 0 33 61 202 23 53
Binary 1011000 10000010 1011111 100000 0 11011 110001 10000010 10011 101011

Color Harmonies of #58825F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58825F

Black with #58825F

Text Example


Text Example

White with #58825F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,130,95); }

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

background-color css

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

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

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

border-color css

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

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

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