Html Css Color HEX #515848 Cabbage Pont

📋 copy color: '#515848'

red 81 ◦ green 88 ◦ blue 72

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

Shades of Cabbage Pont #515848

Tints of Cabbage Pont #515848

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

 M value IS 0

 Y value IS 0.18

 K value IS 0.65

RGB Variations

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

Color information

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

RGB 81 88 72 -
CMYK 0.08 0 0.18 0.65
HSL 86.25º 0.1% 0.31% -
HSV(B) 86.25º 0.18% 0.35% -
XYZ 8.05 9.2 7.48 -
YUV 84.08 121.18 125.8 -
System Red Green Blue C M Y K H S L
Decimal 81 88 72 0.08 0 0.18 0.65 86.25 0.1 0.31
Hex 51 58 48 8 0 12 41 56 A 1F
Octal 121 130 110 10 0 22 101 126 12 37
Binary 1010001 1011000 1001000 1000 0 10010 1000001 1010110 1010 11111

Color Harmonies of #515848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515848

Black with #515848

Text Example


Text Example

White with #515848

Text Example


Text Example

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