#545850

Color #545850 Cabbage Pont (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cabbage Pont #545850

Tints of Cabbage Pont #545850

Color information

#545850 (or 0x545850) is unknown color: approx Cabbage Pont. HEX triplet: 54, 58 and 50. RGB value is (84,88,80). Sum of RGB (Red+Green+Blue) = 84+88+80=252 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.33% from 252); Green value is 88 (34.77% from 255 or 34.92% from 252); Blue value is 80 (31.64% from 255 or 31.75% from 252); Max value from RGB is 88 - color contains mainly: green. Hex color #545850 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545850 is #ABA7AF. Grayscale: #555555. Windows color (decimal): -11249584 or 5265492. OLE color: 5265492.

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

Color convert

RGB848880-
CMYK0.0500.090.65
HSL90º4.76%32.94%-
HSV(B)90º9.09%34.51%-
XYZ8.599.448.96-
YUV85.89124.67126.65-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 33.33%
GREEN value IS 88 (34.77% from 255) = 34.92%
BLUE value IS 80 (31.64% from 255) = 31.75%
R=33.33%
G=34.92%
B=31.75%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8488800.0500.090.65904.7632.94
Hex545850509415a521
Octal1241301205011101132541
Binary1010100101100010100001010100110000011011010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545850; }

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

 H1.HeaderClassName
 {
   color: #545850;
 }
 .AnyTagClassName
 {
   color: #545850;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #545850;
 }
 .BgClassName
 {
   background-color: #545850;
 }
</style>
border-color css

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

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

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