Html Css Color HEX #51584C Cabbage Pont

📋 copy color: '#51584C'

red 81 ◦ green 88 ◦ blue 76

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

Shades of Cabbage Pont #51584C

Tints of Cabbage Pont #51584C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 35.92%

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

R = 33.06%
G = 35.92%
B = 31.02%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.14

 K value IS 0.65

RGB Variations

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

Color information

#51584C (or 0x51584C) is known color: Cabbage Pont. HEX triplet: 51, 58 and 4C. RGB value is (81,88,76). Sum of RGB (Red+Green+Blue) = 81+88+76=245 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.06% from 245); Green value is 88 (34.77% from 255 or 35.92% from 245); Blue value is 76 (30.08% from 255 or 31.02% from 245); Max value from RGB is 88 - color contains mainly: green. Hex color #51584C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51584C is #AEA7B3. Grayscale: #545454. Windows color (decimal): -11446196 or 5003345. OLE color: 5003345.

HSL color Cylindrical-coordinate representation of color #51584C: hue angle of 95º degrees, saturation: 0.07, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #51584C is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.65.

Color convert

RGB 81 88 76 -
CMYK 0.08 0 0.14 0.65
HSL 95º 0.07% 0.32% -
HSV(B) 95º 0.14% 0.35% -
XYZ 8.19 9.25 8.19 -
YUV 84.54 123.18 125.48 -
System Red Green Blue C M Y K H S L
Decimal 81 88 76 0.08 0 0.14 0.65 95 0.07 0.32
Hex 51 58 4C 8 0 E 41 5F 7 20
Octal 121 130 114 10 0 16 101 137 7 40
Binary 1010001 1011000 1001100 1000 0 1110 1000001 1011111 111 100000

Color Harmonies of #51584C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51584C

Black with #51584C

Text Example


Text Example

White with #51584C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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