#515848

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

Shades of Cabbage Pont #515848

Tints of Cabbage Pont #515848

Color information

#515848 (or 0x515848) is unknown color: approx Cabbage Pont. HEX triplet: 51, 58 and 48. RGB value is (81,88,72). Sum of RGB (Red+Green+Blue) = 81+88+72=241 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.61% from 241); Green value is 88 (34.77% from 255 or 36.51% from 241); Blue value is 72 (28.52% from 255 or 29.88% from 241); Max value from RGB is 88 - color contains mainly: green. Hex color #515848 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515848 is #AEA7B7. Grayscale: #545454. Windows color (decimal): -11446200 or 4741201. OLE color: 4741201.

HSL color Cylindrical-coordinate representation of color #515848: hue angle of 86.25º degrees, saturation: 0.1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #515848 is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.65.

Color convert

RGB818872-
CMYK0.0800.180.65
HSL86.25º10%31.37%-
HSV(B)86.25º18.18%34.51%-
XYZ8.059.27.48-
YUV84.08121.18125.8-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.61%
GREEN value IS 88 (34.77% from 255) = 36.51%
BLUE value IS 72 (28.52% from 255) = 29.88%
R=33.61%
G=36.51%
B=29.88%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8188720.0800.180.6586.251031.37
Hex51584880124156a1f
Octal121130110100221011261237
Binary101000110110001001000100001001010000011010110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515848; }

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

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

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

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

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

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

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

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