#546072

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

Shades of Chambray #546072

Tints of Chambray #546072

Color information

#546072 (or 0x546072) is unknown color: approx Chambray. HEX triplet: 54, 60 and 72. RGB value is (84,96,114). Sum of RGB (Red+Green+Blue) = 84+96+114=294 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.57% from 294); Green value is 96 (37.89% from 255 or 32.65% from 294); Blue value is 114 (44.92% from 255 or 38.78% from 294); Max value from RGB is 114 - color contains mainly: blue. Hex color #546072 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546072 is #AB9F8D. Grayscale: #5E5E5E. Windows color (decimal): -11247502 or 7495764. OLE color: 7495764.

HSL color Cylindrical-coordinate representation of color #546072: hue angle of 216º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #546072 is Cyan = 0.26, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8496114-
CMYK0.260.1600.55
HSL216º15.15%38.82%-
HSV(B)216º26.32%44.71%-
XYZ10.8811.4717.56-
YUV94.46139.02120.54-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28.57%
GREEN value IS 96 (37.89% from 255) = 32.65%
BLUE value IS 114 (44.92% from 255) = 38.78%
R=28.57%
G=32.65%
B=38.78%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal84961140.260.1600.5521615.1538.82
Hex5460721A10037d8f27
Octal12414016232200673301747
Binary10101001100000111001011010100000110111110110001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546072; }

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

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

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

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

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

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

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

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