#546176

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

Shades of Chambray #546176

Tints of Chambray #546176

Color information

#546176 (or 0x546176) is unknown color: approx Chambray. HEX triplet: 54, 61 and 76. RGB value is (84,97,118). Sum of RGB (Red+Green+Blue) = 84+97+118=299 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.09% from 299); Green value is 97 (38.28% from 255 or 32.44% from 299); Blue value is 118 (46.48% from 255 or 39.46% from 299); Max value from RGB is 118 - color contains mainly: blue. Hex color #546176 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546176 is #AB9E89. Grayscale: #5F5F5F. Windows color (decimal): -11247242 or 7758164. OLE color: 7758164.

HSL color Cylindrical-coordinate representation of color #546176: hue angle of 217.06º 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 #546176 is Cyan = 0.29, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8497118-
CMYK0.290.1800.54
HSL217.06º16.83%39.61%-
HSV(B)217.06º28.81%46.27%-
XYZ11.211.7418.82-
YUV95.51140.69119.79-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28.09%
GREEN value IS 97 (38.28% from 255) = 32.44%
BLUE value IS 118 (46.48% from 255) = 39.46%
R=28.09%
G=32.44%
B=39.46%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal84971180.290.1800.54217.0616.8339.61
Hex5461761D12036d91128
Octal12414116635220663312150
Binary101010011000011110110111011001001101101101100110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546176; }

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

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

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

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

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

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

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

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