Html Css Color HEX #58725F Como

📋 copy color: '#58725F'

red 88 ◦ green 114 ◦ blue 95

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

Shades of Como #58725F

Tints of Como #58725F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 38.38%

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

R = 29.63%
G = 38.38%
B = 31.99%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#58725F (or 0x58725F) is known color: Como. HEX triplet: 58, 72 and 5F. RGB value is (88,114,95). Sum of RGB (Red+Green+Blue) = 88+114+95=297 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.63% from 297); Green value is 114 (44.92% from 255 or 38.38% from 297); Blue value is 95 (37.5% from 255 or 31.99% from 297); Max value from RGB is 114 - color contains mainly: green. Hex color #58725F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58725F is #A78DA0. Grayscale: #686868. Windows color (decimal): -10980769 or 6255192. OLE color: 6255192.

HSL color Cylindrical-coordinate representation of color #58725F: hue angle of 136.15º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #58725F is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB 88 114 95 -
CMYK 0.23 0 0.17 0.55
HSL 136.15º 0.13% 0.4% -
HSV(B) 136.15º 0.23% 0.45% -
XYZ 12.11 14.94 13.07 -
YUV 104.06 122.89 116.54 -
System Red Green Blue C M Y K H S L
Decimal 88 114 95 0.23 0 0.17 0.55 136.15 0.13 0.4
Hex 58 72 5F 17 0 11 37 88 D 28
Octal 130 162 137 27 0 21 67 210 15 50
Binary 1011000 1110010 1011111 10111 0 10001 110111 10001000 1101 101000

Color Harmonies of #58725F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58725F

Black with #58725F

Text Example


Text Example

White with #58725F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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