#585F52

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

Shades of Cabbage Pont #585F52

Tints of Cabbage Pont #585F52

Color information

#585F52 (or 0x585F52) is unknown color: approx Cabbage Pont. HEX triplet: 58, 5F and 52. RGB value is (88,95,82). Sum of RGB (Red+Green+Blue) = 88+95+82=265 (35% of max value = 765). Red value is 88 (34.77% from 255 or 33.21% from 265); Green value is 95 (37.5% from 255 or 35.85% from 265); Blue value is 82 (32.42% from 255 or 30.94% from 265); Max value from RGB is 95 - color contains mainly: green. Hex color #585F52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585F52 is #A7A0AD. Grayscale: #5B5B5B. Windows color (decimal): -10985646 or 5398360. OLE color: 5398360.

HSL color Cylindrical-coordinate representation of color #585F52: hue angle of 92.31º degrees, saturation: 0.07, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #585F52 is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.63.

Color convert

RGB889582-
CMYK0.0700.140.63
HSL92.31º7.34%34.71%-
HSV(B)92.31º13.68%37.25%-
XYZ9.6410.879.57-
YUV91.42122.68125.56-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 33.21%
GREEN value IS 95 (37.5% from 255) = 35.85%
BLUE value IS 82 (32.42% from 255) = 30.94%
R=33.21%
G=35.85%
B=30.94%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal8895820.0700.140.6392.317.3434.71
Hex585F5270E3F5c723
Octal130137122701677134743
Binary101100010111111010010111011101111111011100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585F52; }

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

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

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

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

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

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

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

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