Html Css Color HEX #515948 Cabbage Pont

📋 copy color: '#515948'

red 81 ◦ green 89 ◦ blue 72

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

Shades of Cabbage Pont #515948

Tints of Cabbage Pont #515948

RGB

 RED value IS 81 (32.03% from 255) = 33.47%

 GREEN value IS 89 (35.16% from 255) = 36.78%

 BLUE value IS 72 (28.52% from 255) = 29.75%

R = 33.47%
G = 36.78%
B = 29.75%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.19

 K value IS 0.65

RGB Variations

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

Color information

#515948 (or 0x515948) is known color: Cabbage Pont. HEX triplet: 51, 59 and 48. RGB value is (81,89,72). Sum of RGB (Red+Green+Blue) = 81+89+72=242 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.47% from 242); Green value is 89 (35.16% from 255 or 36.78% from 242); Blue value is 72 (28.52% from 255 or 29.75% from 242); Max value from RGB is 89 - color contains mainly: green. Hex color #515948 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515948 is #AEA6B7. Grayscale: #545454. Windows color (decimal): -11445944 or 4741457. OLE color: 4741457.

HSL color Cylindrical-coordinate representation of color #515948: hue angle of 88.24º degrees, saturation: 0.11, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #515948 is Cyan = 0.09, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.65.

Color convert

RGB 81 89 72 -
CMYK 0.09 0 0.19 0.65
HSL 88.24º 0.11% 0.32% -
HSV(B) 88.24º 0.19% 0.35% -
XYZ 8.14 9.36 7.51 -
YUV 84.67 120.85 125.38 -
System Red Green Blue C M Y K H S L
Decimal 81 89 72 0.09 0 0.19 0.65 88.24 0.11 0.32
Hex 51 59 48 9 0 13 41 58 B 20
Octal 121 131 110 11 0 23 101 130 13 40
Binary 1010001 1011001 1001000 1001 0 10011 1000001 1011000 1011 100000

Color Harmonies of #515948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515948

Black with #515948

Text Example


Text Example

White with #515948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515948; }

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

 H1.HeaderClassName
 {
   color: #515948;
 }
 .AnyTagClassName
 {
   color: #515948;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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