Html Css Color HEX #515A49 Cabbage Pont

📋 copy color: '#515A49'

red 81 ◦ green 90 ◦ blue 73

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

Shades of Cabbage Pont #515A49

Tints of Cabbage Pont #515A49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 29.92%

R = 33.2%
G = 36.89%
B = 29.92%

CMYK

 C value IS 0.1

 M value IS 0

 Y value IS 0.19

 K value IS 0.65

RGB Variations

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

Color information

#515A49 (or 0x515A49) is known color: Cabbage Pont. HEX triplet: 51, 5A and 49. RGB value is (81,90,73). Sum of RGB (Red+Green+Blue) = 81+90+73=244 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.20% from 244); Green value is 90 (35.55% from 255 or 36.89% from 244); Blue value is 73 (28.91% from 255 or 29.92% from 244); Max value from RGB is 90 - color contains mainly: green. Hex color #515A49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #515A49 is #AEA5B6. Grayscale: #555555. Windows color (decimal): -11445687 or 4807249. OLE color: 4807249.

HSL color Cylindrical-coordinate representation of color #515A49: hue angle of 91.76º degrees, saturation: 0.1, 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 #515A49 is Cyan = 0.1, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.65.

Color convert

RGB 81 90 73 -
CMYK 0.1 0 0.19 0.65
HSL 91.76º 0.1% 0.32% -
HSV(B) 91.76º 0.19% 0.35% -
XYZ 8.25 9.54 7.71 -
YUV 85.37 121.02 124.88 -
System Red Green Blue C M Y K H S L
Decimal 81 90 73 0.1 0 0.19 0.65 91.76 0.1 0.32
Hex 51 5A 49 A 0 13 41 5C A 20
Octal 121 132 111 12 0 23 101 134 12 40
Binary 1010001 1011010 1001001 1010 0 10011 1000001 1011100 1010 100000

Color Harmonies of #515A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #515A49

Black with #515A49

Text Example


Text Example

White with #515A49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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