Html Css Color HEX #58815E Como

📋 copy color: '#58815E'

red 88 ◦ green 129 ◦ blue 94

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

Shades of Como #58815E

Tints of Como #58815E

RGB

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

 GREEN value IS 129 (50.78% from 255) = 41.48%

 BLUE value IS 94 (37.11% from 255) = 30.23%

R = 28.3%
G = 41.48%
B = 30.23%

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

#58815E (or 0x58815E) is known color: Como. HEX triplet: 58, 81 and 5E. RGB value is (88,129,94). Sum of RGB (Red+Green+Blue) = 88+129+94=311 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.30% from 311); Green value is 129 (50.78% from 255 or 41.48% from 311); Blue value is 94 (37.11% from 255 or 30.23% from 311); Max value from RGB is 129 - color contains mainly: green. Hex color #58815E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58815E is #A77EA1. Grayscale: #707070. Windows color (decimal): -10976930 or 6193496. OLE color: 6193496.

HSL color Cylindrical-coordinate representation of color #58815E: hue angle of 128.78º 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 #58815E is Cyan = 0.32, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB 88 129 94 -
CMYK 0.32 0 0.27 0.49
HSL 128.78º 0.19% 0.43% -
HSV(B) 128.78º 0.32% 0.51% -
XYZ 13.9 18.58 13.44 -
YUV 112.75 117.42 110.35 -
System Red Green Blue C M Y K H S L
Decimal 88 129 94 0.32 0 0.27 0.49 128.78 0.19 0.43
Hex 58 81 5E 20 0 1B 31 81 13 2B
Octal 130 201 136 40 0 33 61 201 23 53
Binary 1011000 10000001 1011110 100000 0 11011 110001 10000001 10011 101011

Color Harmonies of #58815E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58815E

Black with #58815E

Text Example


Text Example

White with #58815E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58815E; }

 p { color: rgb(88,129,94); }

 H1.HeaderClassName
 {
   color: #58815E;
 }
 .AnyTagClassName
 {
   color: #58815E;
 }
</style>

background-color css

<style>
 a { background-color: #58815E; }

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

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

border-color css

<style>
 span { border-color: #58815E; }

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

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