Html Css Color HEX #515B47 Cabbage Pont

📋 copy color: '#515B47'

red 81 ◦ green 91 ◦ blue 71

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

Shades of Cabbage Pont #515B47

Tints of Cabbage Pont #515B47

RGB

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

 GREEN value IS 91 (35.94% from 255) = 37.45%

 BLUE value IS 71 (28.13% from 255) = 29.22%

R = 33.33%
G = 37.45%
B = 29.22%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.22

 K value IS 0.64

RGB Variations

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

Color information

#515B47 (or 0x515B47) is known color: Cabbage Pont. HEX triplet: 51, 5B and 47. RGB value is (81,91,71). Sum of RGB (Red+Green+Blue) = 81+91+71=243 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.33% from 243); Green value is 91 (35.94% from 255 or 37.45% from 243); Blue value is 71 (28.12% from 255 or 29.22% from 243); Max value from RGB is 91 - color contains mainly: green. Hex color #515B47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515B47 is #AEA4B8. Grayscale: #555555. Windows color (decimal): -11445433 or 4676433. OLE color: 4676433.

HSL color Cylindrical-coordinate representation of color #515B47: hue angle of 90º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #515B47 is Cyan = 0.11, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.64.

Color convert

RGB 81 91 71 -
CMYK 0.11 0 0.22 0.64
HSL 90º 0.12% 0.32% -
HSV(B) 90º 0.22% 0.36% -
XYZ 8.27 9.69 7.39 -
YUV 85.73 119.69 124.63 -
System Red Green Blue C M Y K H S L
Decimal 81 91 71 0.11 0 0.22 0.64 90 0.12 0.32
Hex 51 5B 47 B 0 16 40 5A C 20
Octal 121 133 107 13 0 26 100 132 14 40
Binary 1010001 1011011 1000111 1011 0 10110 1000000 1011010 1100 100000

Color Harmonies of #515B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515B47

Black with #515B47

Text Example


Text Example

White with #515B47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #515B47; }

 p { color: rgb(81,91,71); }

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

background-color css

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

 a { background-color: rgb(81,91,71); }

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

border-color css

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

 span { border-color: rgb(81,91,71); }

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