Html Css Color HEX #58805F Como

📋 copy color: '#58805F'

red 88 ◦ green 128 ◦ blue 95

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

Shades of Como #58805F

Tints of Como #58805F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 41.16%

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

R = 28.3%
G = 41.16%
B = 30.55%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.26

 K value IS 0.50

RGB Variations

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

Color information

#58805F (or 0x58805F) is known color: Como. HEX triplet: 58, 80 and 5F. RGB value is (88,128,95). Sum of RGB (Red+Green+Blue) = 88+128+95=311 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.30% from 311); Green value is 128 (50.39% from 255 or 41.16% from 311); Blue value is 95 (37.5% from 255 or 30.55% from 311); Max value from RGB is 128 - color contains mainly: green. Hex color #58805F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58805F is #A77FA0. Grayscale: #707070. Windows color (decimal): -10977185 or 6258776. OLE color: 6258776.

HSL color Cylindrical-coordinate representation of color #58805F: hue angle of 130.5º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #58805F is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.50.

Color convert

RGB 88 128 95 -
CMYK 0.31 0 0.26 0.50
HSL 130.5º 0.19% 0.42% -
HSV(B) 130.5º 0.31% 0.5% -
XYZ 13.81 18.34 13.64 -
YUV 112.28 118.25 110.68 -
System Red Green Blue C M Y K H S L
Decimal 88 128 95 0.31 0 0.26 0.50 130.5 0.19 0.42
Hex 58 80 5F 1F 0 1A 32 82 13 2A
Octal 130 200 137 37 0 32 62 202 23 52
Binary 1011000 10000000 1011111 11111 0 11010 110010 10000010 10011 101010

Color Harmonies of #58805F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58805F

Black with #58805F

Text Example


Text Example

White with #58805F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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