Html Css Color HEX #51554D Cabbage Pont

📋 copy color: '#51554D'

red 81 ◦ green 85 ◦ blue 77

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

Shades of Cabbage Pont #51554D

Tints of Cabbage Pont #51554D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 34.98%

 BLUE value IS 77 (30.47% from 255) = 31.69%

R = 33.33%
G = 34.98%
B = 31.69%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.09

 K value IS 0.67

RGB Variations

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

Color information

#51554D (or 0x51554D) is known color: Cabbage Pont. HEX triplet: 51, 55 and 4D. RGB value is (81,85,77). Sum of RGB (Red+Green+Blue) = 81+85+77=243 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.33% from 243); Green value is 85 (33.59% from 255 or 34.98% from 243); Blue value is 77 (30.47% from 255 or 31.69% from 243); Max value from RGB is 85 - color contains mainly: green. Hex color #51554D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51554D is #AEAAB2. Grayscale: #525252. Windows color (decimal): -11446963 or 5068113. OLE color: 5068113.

HSL color Cylindrical-coordinate representation of color #51554D: hue angle of 90º degrees, saturation: 0.05, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #51554D is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.67.

Color convert

RGB 81 85 77 -
CMYK 0.05 0 0.09 0.67
HSL 90º 0.05% 0.32% -
HSV(B) 90º 0.09% 0.33% -
XYZ 7.98 8.78 8.3 -
YUV 82.89 124.67 126.65 -
System Red Green Blue C M Y K H S L
Decimal 81 85 77 0.05 0 0.09 0.67 90 0.05 0.32
Hex 51 55 4D 5 0 9 43 5A 5 20
Octal 121 125 115 5 0 11 103 132 5 40
Binary 1010001 1010101 1001101 101 0 1001 1000011 1011010 101 100000

Color Harmonies of #51554D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51554D

Black with #51554D

Text Example


Text Example

White with #51554D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51554D; }

 p { color: rgb(81,85,77); }

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

background-color css

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

 a { background-color: rgb(81,85,77); }

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

border-color css

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

 span { border-color: rgb(81,85,77); }

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