Html Css Color HEX #515A47 Cabbage Pont

📋 copy color: '#515A47'

red 81 ◦ green 90 ◦ blue 71

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

Shades of Cabbage Pont #515A47

Tints of Cabbage Pont #515A47

RGB

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

 GREEN value IS 90 (35.55% from 255) = 37.19%

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

R = 33.47%
G = 37.19%
B = 29.34%

CMYK

 C value IS 0.1

 M value IS 0

 Y value IS 0.21

 K value IS 0.65

RGB Variations

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

Color information

#515A47 (or 0x515A47) is known color: Cabbage Pont. HEX triplet: 51, 5A and 47. RGB value is (81,90,71). Sum of RGB (Red+Green+Blue) = 81+90+71=242 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.47% from 242); Green value is 90 (35.55% from 255 or 37.19% from 242); Blue value is 71 (28.12% from 255 or 29.34% from 242); Max value from RGB is 90 - color contains mainly: green. Hex color #515A47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515A47 is #AEA5B8. Grayscale: #555555. Windows color (decimal): -11445689 or 4676177. OLE color: 4676177.

HSL color Cylindrical-coordinate representation of color #515A47: hue angle of 88.42º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #515A47 is Cyan = 0.1, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.65.

Color convert

RGB 81 90 71 -
CMYK 0.1 0 0.21 0.65
HSL 88.42º 0.12% 0.32% -
HSV(B) 88.42º 0.21% 0.35% -
XYZ 8.19 9.52 7.37 -
YUV 85.14 120.02 125.04 -
System Red Green Blue C M Y K H S L
Decimal 81 90 71 0.1 0 0.21 0.65 88.42 0.12 0.32
Hex 51 5A 47 A 0 15 41 58 C 20
Octal 121 132 107 12 0 25 101 130 14 40
Binary 1010001 1011010 1000111 1010 0 10101 1000001 1011000 1100 100000

Color Harmonies of #515A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515A47

Black with #515A47

Text Example


Text Example

White with #515A47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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