Html Css Color HEX #51554C Cabbage Pont

📋 copy color: '#51554C'

red 81 ◦ green 85 ◦ blue 76

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

Shades of Cabbage Pont #51554C

Tints of Cabbage Pont #51554C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 31.4%

R = 33.47%
G = 35.12%
B = 31.4%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.11

 K value IS 0.67

RGB Variations

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

Color information

#51554C (or 0x51554C) is known color: Cabbage Pont. HEX triplet: 51, 55 and 4C. RGB value is (81,85,76). Sum of RGB (Red+Green+Blue) = 81+85+76=242 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.47% from 242); Green value is 85 (33.59% from 255 or 35.12% from 242); Blue value is 76 (30.08% from 255 or 31.40% from 242); Max value from RGB is 85 - color contains mainly: green. Hex color #51554C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51554C is #AEAAB3. Grayscale: #525252. Windows color (decimal): -11446964 or 5002577. OLE color: 5002577.

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

Color convert

RGB 81 85 76 -
CMYK 0.05 0 0.11 0.67
HSL 86.67º 0.06% 0.32% -
HSV(B) 86.67º 0.11% 0.33% -
XYZ 7.95 8.77 8.11 -
YUV 82.78 124.17 126.73 -
System Red Green Blue C M Y K H S L
Decimal 81 85 76 0.05 0 0.11 0.67 86.67 0.06 0.32
Hex 51 55 4C 5 0 B 43 57 6 20
Octal 121 125 114 5 0 13 103 127 6 40
Binary 1010001 1010101 1001100 101 0 1011 1000011 1010111 110 100000

Color Harmonies of #51554C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51554C

Black with #51554C

Text Example


Text Example

White with #51554C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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