Html Css Color HEX #54594F Cabbage Pont

📋 copy color: '#54594F'

red 84 ◦ green 89 ◦ blue 79

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

Shades of Cabbage Pont #54594F

Tints of Cabbage Pont #54594F

RGB

 RED value IS 84 (33.2% from 255) = 33.33%

 GREEN value IS 89 (35.16% from 255) = 35.32%

 BLUE value IS 79 (31.25% from 255) = 31.35%

R = 33.33%
G = 35.32%
B = 31.35%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.11

 K value IS 0.65

RGB Variations

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

Color information

#54594F (or 0x54594F) is known color: Cabbage Pont. HEX triplet: 54, 59 and 4F. RGB value is (84,89,79). Sum of RGB (Red+Green+Blue) = 84+89+79=252 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.33% from 252); Green value is 89 (35.16% from 255 or 35.32% from 252); Blue value is 79 (31.25% from 255 or 31.35% from 252); Max value from RGB is 89 - color contains mainly: green. Hex color #54594F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54594F is #ABA6B0. Grayscale: #565656. Windows color (decimal): -11249329 or 5200212. OLE color: 5200212.

HSL color Cylindrical-coordinate representation of color #54594F: hue angle of 90º degrees, saturation: 0.06, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #54594F is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB 84 89 79 -
CMYK 0.06 0 0.11 0.65
HSL 90º 0.06% 0.33% -
HSV(B) 90º 0.11% 0.35% -
XYZ 8.64 9.59 8.79 -
YUV 86.37 123.84 126.31 -
System Red Green Blue C M Y K H S L
Decimal 84 89 79 0.06 0 0.11 0.65 90 0.06 0.33
Hex 54 59 4F 6 0 B 41 5A 6 21
Octal 124 131 117 6 0 13 101 132 6 41
Binary 1010100 1011001 1001111 110 0 1011 1000001 1011010 110 100001

Color Harmonies of #54594F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54594F

Black with #54594F

Text Example


Text Example

White with #54594F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54594F; }

 p { color: rgb(84,89,79); }

 H1.HeaderClassName
 {
   color: #54594F;
 }
 .AnyTagClassName
 {
   color: #54594F;
 }
</style>

background-color css

<style>
 a { background-color: #54594F; }

 a { background-color: rgb(84,89,79); }

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

border-color css

<style>
 span { border-color: #54594F; }

 span { border-color: rgb(84,89,79); }

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