#546077

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

Shades of Chambray #546077

Tints of Chambray #546077

Color information

#546077 (or 0x546077) is unknown color: approx Chambray. HEX triplet: 54, 60 and 77. RGB value is (84,96,119). Sum of RGB (Red+Green+Blue) = 84+96+119=299 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.09% from 299); Green value is 96 (37.89% from 255 or 32.11% from 299); Blue value is 119 (46.88% from 255 or 39.80% from 299); Max value from RGB is 119 - color contains mainly: blue. Hex color #546077 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546077 is #AB9F88. Grayscale: #5E5E5E. Windows color (decimal): -11247497 or 7823444. OLE color: 7823444.

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

Color convert

RGB8496119-
CMYK0.290.1900.53
HSL219.43º17.24%39.8%-
HSV(B)219.43º29.41%46.67%-
XYZ11.1711.5819.1-
YUV95.03141.52120.13-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28.09%
GREEN value IS 96 (37.89% from 255) = 32.11%
BLUE value IS 119 (46.88% from 255) = 39.80%
R=28.09%
G=32.11%
B=39.80%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal84961190.290.1900.53219.4317.2439.8
Hex5460771D13035db1128
Octal12414016735230653332150
Binary101010011000001110111111011001101101011101101110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546077; }

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

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

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

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

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

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

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

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