#546280

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

Shades of Chambray #546280

Tints of Chambray #546280

Color information

#546280 (or 0x546280) is unknown color: approx Chambray. HEX triplet: 54, 62 and 80. RGB value is (84,98,128). Sum of RGB (Red+Green+Blue) = 84+98+128=310 (41% of max value = 765). Red value is 84 (33.20% from 255 or 27.10% from 310); Green value is 98 (38.67% from 255 or 31.61% from 310); Blue value is 128 (50.39% from 255 or 41.29% from 310); Max value from RGB is 128 - color contains mainly: blue. Hex color #546280 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546280 is #AB9D7F. Grayscale: #616161. Windows color (decimal): -11246976 or 8413780. OLE color: 8413780.

HSL color Cylindrical-coordinate representation of color #546280: hue angle of 220.91º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #546280 is Cyan = 0.34, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8498128-
CMYK0.340.2300.50
HSL220.91º20.75%41.57%-
HSV(B)220.91º34.38%50.2%-
XYZ11.9212.1822.14-
YUV97.23145.36118.56-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.10%
GREEN value IS 98 (38.67% from 255) = 31.61%
BLUE value IS 128 (50.39% from 255) = 41.29%
R=27.10%
G=31.61%
B=41.29%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal84981280.340.2300.50220.9120.7541.57
Hex5462802217032dd152a
Octal12414220042270623352552
Binary10101001100010100000001000101011101100101101110110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546280; }

 p { color: rgb(84,98,128); }

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

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

 a { background-color: rgb(84,98,128); }

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

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

 span { border-color: rgb(84,98,128); }

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