#546360

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

Shades of William #546360

Tints of William #546360

Color information

#546360 (or 0x546360) is unknown color: approx William. HEX triplet: 54, 63 and 60. RGB value is (84,99,96). Sum of RGB (Red+Green+Blue) = 84+99+96=279 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.11% from 279); Green value is 99 (39.06% from 255 or 35.48% from 279); Blue value is 96 (37.89% from 255 or 34.41% from 279); Max value from RGB is 99 - color contains mainly: green. Hex color #546360 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546360 is #AB9C9F. Grayscale: #5E5E5E. Windows color (decimal): -11246752 or 6316884. OLE color: 6316884.

HSL color Cylindrical-coordinate representation of color #546360: hue angle of 168º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #546360 is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.61.

Color convert

RGB849996-
CMYK0.1500.030.61
HSL168º8.2%35.88%-
HSV(B)168º15.15%38.82%-
XYZ10.2311.6512.78-
YUV94.17129.03120.74-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.11%
GREEN value IS 99 (39.06% from 255) = 35.48%
BLUE value IS 96 (37.89% from 255) = 34.41%
R=30.11%
G=35.48%
B=34.41%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8499960.1500.030.611688.235.88
Hex546360F033Da8824
Octal1241431401703752501044
Binary1010100110001111000001111011111101101010001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546360; }

 p { color: rgb(84,99,96); }

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

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

 a { background-color: rgb(84,99,96); }

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

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

 span { border-color: rgb(84,99,96); }

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