#546479

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

Shades of Chambray #546479

Tints of Chambray #546479

Color information

#546479 (or 0x546479) is unknown color: approx Chambray. HEX triplet: 54, 64 and 79. RGB value is (84,100,121). Sum of RGB (Red+Green+Blue) = 84+100+121=305 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.54% from 305); Green value is 100 (39.45% from 255 or 32.79% from 305); Blue value is 121 (47.66% from 255 or 39.67% from 305); Max value from RGB is 121 - color contains mainly: blue. Hex color #546479 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546479 is #AB9B86. Grayscale: #616161. Windows color (decimal): -11246471 or 7955540. OLE color: 7955540.

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

Color convert

RGB84100121-
CMYK0.310.1700.53
HSL214.05º18.05%40.2%-
HSV(B)214.05º30.58%47.45%-
XYZ11.6612.3819.86-
YUV97.61141.2118.29-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.54%
GREEN value IS 100 (39.45% from 255) = 32.79%
BLUE value IS 121 (47.66% from 255) = 39.67%
R=27.54%
G=32.79%
B=39.67%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal841001210.310.1700.53214.0518.0540.2
Hex5464791F11035d61228
Octal12414417137210653262250
Binary101010011001001111001111111000101101011101011010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546479; }

 p { color: rgb(84,100,121); }

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

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

 a { background-color: rgb(84,100,121); }

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

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

 span { border-color: rgb(84,100,121); }

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