Html Css Color HEX #586051 Cabbage Pont

📋 copy color: '#586051'

red 88 ◦ green 96 ◦ blue 81

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

Shades of Cabbage Pont #586051

Tints of Cabbage Pont #586051

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 value IS 0.08

 M value IS 0

 Y value IS 0.16

 K value IS 0.62

RGB Variations

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

Color information

#586051 (or 0x586051) is known color: 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

RGB 88 96 81 -
CMYK 0.08 0 0.16 0.62
HSL 92º 0.08% 0.35% -
HSV(B) 92º 0.16% 0.38% -
XYZ 9.69 11.03 9.4 -
YUV 91.9 121.85 125.22 -
System Red Green Blue C M Y K H S L
Decimal 88 96 81 0.08 0 0.16 0.62 92 0.08 0.35
Hex 58 60 51 8 0 10 3E 5C 8 23
Octal 130 140 121 10 0 20 76 134 10 43
Binary 1011000 1100000 1010001 1000 0 10000 111110 1011100 1000 100011

Color Harmonies of #586051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586051

Black with #586051

Text Example


Text Example

White with #586051

Text Example


Text Example

HTML Codes & Css Web 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>