#586051

Color #586051 Cabbage Pont (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cabbage Pont #586051

Tints of Cabbage Pont #586051

Color information

#586051 (or 0x586051) is unknown color: approx Cabbage Pont. HEX triplet: 58, 60 and 51. RGB value is (88,96,81). Sum of RGB (Red+Green+Blue) = 88+96+81=265 (35% of max value = 765). Red value is 88 (34.77% from 255 or 33.21% from 265); Green value is 96 (37.89% from 255 or 36.23% from 265); Blue value is 81 (32.03% from 255 or 30.57% from 265); Max value from RGB is 96 - color contains mainly: green. Hex color #586051 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586051 is #A79FAE. Grayscale: #5B5B5B. Windows color (decimal): -10985391 or 5333080. OLE color: 5333080.

HSL color Cylindrical-coordinate representation of color #586051: hue angle of 92º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #586051 is Cyan = 0.08, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.62.

Color convert

RGB889681-
CMYK0.0800.160.62
HSL92º8.47%34.71%-
HSV(B)92º15.62%37.65%-
XYZ9.6911.039.4-
YUV91.9121.85125.22-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 33.21%
GREEN value IS 96 (37.89% from 255) = 36.23%
BLUE value IS 81 (32.03% from 255) = 30.57%
R=33.21%
G=36.23%
B=30.57%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8896810.0800.160.62928.4734.71
Hex58605180103E5c823
Octal13014012110020761341043
Binary101100011000001010001100001000011111010111001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586051; }

 p { color: rgb(88,96,81); }

 H1.HeaderClassName
 {
   color: #586051;
 }
 .AnyTagClassName
 {
   color: #586051;
 }
</style>
background-color css

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

 a { background-color: rgb(88,96,81); }

 div.DivClassName
 {
   background-color: #586051;
 }
 .BgClassName
 {
   background-color: #586051;
 }
</style>
border-color css

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

 span { border-color: rgb(88,96,81); }

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