Html Css Color HEX #51584A Cabbage Pont

📋 copy color: '#51584A'

red 81 ◦ green 88 ◦ blue 74

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

Shades of Cabbage Pont #51584A

Tints of Cabbage Pont #51584A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 30.45%

R = 33.33%
G = 36.21%
B = 30.45%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#51584A (or 0x51584A) is known color: Cabbage Pont. HEX triplet: 51, 58 and 4A. RGB value is (81,88,74). Sum of RGB (Red+Green+Blue) = 81+88+74=243 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.33% from 243); Green value is 88 (34.77% from 255 or 36.21% from 243); Blue value is 74 (29.30% from 255 or 30.45% from 243); Max value from RGB is 88 - color contains mainly: green. Hex color #51584A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #51584A is #AEA7B5. Grayscale: #545454. Windows color (decimal): -11446198 or 4872273. OLE color: 4872273.

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

Color convert

RGB 81 88 74 -
CMYK 0.08 0 0.16 0.65
HSL 90º 0.09% 0.32% -
HSV(B) 90º 0.16% 0.35% -
XYZ 8.12 9.22 7.83 -
YUV 84.31 122.18 125.64 -
System Red Green Blue C M Y K H S L
Decimal 81 88 74 0.08 0 0.16 0.65 90 0.09 0.32
Hex 51 58 4A 8 0 10 41 5A 9 20
Octal 121 130 112 10 0 20 101 132 11 40
Binary 1010001 1011000 1001010 1000 0 10000 1000001 1011010 1001 100000

Color Harmonies of #51584A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51584A

Black with #51584A

Text Example


Text Example

White with #51584A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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