#546076

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

Shades of Chambray #546076

Tints of Chambray #546076

Color information

#546076 (or 0x546076) is unknown color: approx Chambray. HEX triplet: 54, 60 and 76. RGB value is (84,96,118). Sum of RGB (Red+Green+Blue) = 84+96+118=298 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.19% from 298); Green value is 96 (37.89% from 255 or 32.21% from 298); Blue value is 118 (46.48% from 255 or 39.60% from 298); Max value from RGB is 118 - color contains mainly: blue. Hex color #546076 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546076 is #AB9F89. Grayscale: #5E5E5E. Windows color (decimal): -11247498 or 7757908. OLE color: 7757908.

HSL color Cylindrical-coordinate representation of color #546076: hue angle of 218.82º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #546076 is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8496118-
CMYK0.290.1900.54
HSL218.82º16.83%39.61%-
HSV(B)218.82º28.81%46.27%-
XYZ11.1111.5618.79-
YUV94.92141.02120.21-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28.19%
GREEN value IS 96 (37.89% from 255) = 32.21%
BLUE value IS 118 (46.48% from 255) = 39.60%
R=28.19%
G=32.21%
B=39.60%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal84961180.290.1900.54218.8216.8339.61
Hex5460761D13036db1128
Octal12414016635230663332150
Binary101010011000001110110111011001101101101101101110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546076; }

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

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

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

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

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

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

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

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