#545751

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

Shades of Cabbage Pont #545751

Tints of Cabbage Pont #545751

Color information

#545751 (or 0x545751) is unknown color: approx Cabbage Pont. HEX triplet: 54, 57 and 51. RGB value is (84,87,81). Sum of RGB (Red+Green+Blue) = 84+87+81=252 (33% of max value = 765). Red value is 84 (33.20% from 255 or 33.33% from 252); Green value is 87 (34.38% from 255 or 34.52% from 252); Blue value is 81 (32.03% from 255 or 32.14% from 252); Max value from RGB is 87 - color contains mainly: green. Hex color #545751 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545751 is #ABA8AE. Grayscale: #555555. Windows color (decimal): -11249839 or 5330772. OLE color: 5330772.

HSL color Cylindrical-coordinate representation of color #545751: hue angle of 90º degrees, saturation: 0.04, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #545751 is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.66.

Color convert

RGB848781-
CMYK0.0300.070.66
HSL90º3.57%32.94%-
HSV(B)90º6.9%34.12%-
XYZ8.559.39.13-
YUV85.42125.51126.99-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 33.33%
GREEN value IS 87 (34.38% from 255) = 34.52%
BLUE value IS 81 (32.03% from 255) = 32.14%
R=33.33%
G=34.52%
B=32.14%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8487810.0300.070.66903.5732.94
Hex545751307425a421
Octal124127121307102132441
Binary10101001010111101000111011110000101011010100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545751; }

 p { color: rgb(84,87,81); }

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

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

 a { background-color: rgb(84,87,81); }

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

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

 span { border-color: rgb(84,87,81); }

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