Html Css Color HEX #54584F Cabbage Pont

📋 copy color: '#54584F'

red 84 ◦ green 88 ◦ blue 79

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

Shades of Cabbage Pont #54584F

Tints of Cabbage Pont #54584F

RGB

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

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

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

R = 33.47%
G = 35.06%
B = 31.47%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.10

 K value IS 0.65

RGB Variations

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

Color information

#54584F (or 0x54584F) is known color: Cabbage Pont. HEX triplet: 54, 58 and 4F. RGB value is (84,88,79). Sum of RGB (Red+Green+Blue) = 84+88+79=251 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.47% from 251); Green value is 88 (34.77% from 255 or 35.06% from 251); Blue value is 79 (31.25% from 255 or 31.47% from 251); Max value from RGB is 88 - color contains mainly: green. Hex color #54584F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54584F is #ABA7B0. Grayscale: #555555. Windows color (decimal): -11249585 or 5199956. OLE color: 5199956.

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

Color convert

RGB 84 88 79 -
CMYK 0.05 0 0.10 0.65
HSL 86.67º 0.05% 0.33% -
HSV(B) 86.67º 0.1% 0.35% -
XYZ 8.56 9.43 8.77 -
YUV 85.78 124.17 126.73 -
System Red Green Blue C M Y K H S L
Decimal 84 88 79 0.05 0 0.10 0.65 86.67 0.05 0.33
Hex 54 58 4F 5 0 A 41 57 5 21
Octal 124 130 117 5 0 12 101 127 5 41
Binary 1010100 1011000 1001111 101 0 1010 1000001 1010111 101 100001

Color Harmonies of #54584F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54584F

Black with #54584F

Text Example


Text Example

White with #54584F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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