Html Css Color HEX #58705F Como

📋 copy color: '#58705F'

red 88 ◦ green 112 ◦ blue 95

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

Shades of Como #58705F

Tints of Como #58705F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 37.97%

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

R = 29.83%
G = 37.97%
B = 32.2%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.15

 K value IS 0.56

RGB Variations

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

Color information

#58705F (or 0x58705F) is known color: Como. HEX triplet: 58, 70 and 5F. RGB value is (88,112,95). Sum of RGB (Red+Green+Blue) = 88+112+95=295 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.83% from 295); Green value is 112 (44.14% from 255 or 37.97% from 295); Blue value is 95 (37.5% from 255 or 32.20% from 295); Max value from RGB is 112 - color contains mainly: green. Hex color #58705F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58705F is #A78FA0. Grayscale: #666666. Windows color (decimal): -10981281 or 6254680. OLE color: 6254680.

HSL color Cylindrical-coordinate representation of color #58705F: hue angle of 137.5º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #58705F is Cyan = 0.21, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB 88 112 95 -
CMYK 0.21 0 0.15 0.56
HSL 137.5º 0.12% 0.39% -
HSV(B) 137.5º 0.21% 0.44% -
XYZ 11.88 14.49 13 -
YUV 102.89 123.55 117.38 -
System Red Green Blue C M Y K H S L
Decimal 88 112 95 0.21 0 0.15 0.56 137.5 0.12 0.39
Hex 58 70 5F 15 0 F 38 8A C 27
Octal 130 160 137 25 0 17 70 212 14 47
Binary 1011000 1110000 1011111 10101 0 1111 111000 10001010 1100 100111

Color Harmonies of #58705F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58705F

Black with #58705F

Text Example


Text Example

White with #58705F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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