#545D72

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

Shades of Chambray #545D72

Tints of Chambray #545D72

Color information

#545D72 (or 0x545D72) is unknown color: approx Chambray. HEX triplet: 54, 5D and 72. RGB value is (84,93,114). Sum of RGB (Red+Green+Blue) = 84+93+114=291 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.87% from 291); Green value is 93 (36.72% from 255 or 31.96% from 291); Blue value is 114 (44.92% from 255 or 39.18% from 291); Max value from RGB is 114 - color contains mainly: blue. Hex color #545D72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545D72 is #ABA28D. Grayscale: #5C5C5C. Windows color (decimal): -11248270 or 7494996. OLE color: 7494996.

HSL color Cylindrical-coordinate representation of color #545D72: hue angle of 222º 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 #545D72 is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8493114-
CMYK0.260.1800.55
HSL222º15.15%38.82%-
HSV(B)222º26.32%44.71%-
XYZ10.6110.9317.47-
YUV92.7140.02121.79-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28.87%
GREEN value IS 93 (36.72% from 255) = 31.96%
BLUE value IS 114 (44.92% from 255) = 39.18%
R=28.87%
G=31.96%
B=39.18%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal84931140.260.1800.5522215.1538.82
Hex545D721A12037def27
Octal12413516232220673361747
Binary10101001011101111001011010100100110111110111101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #545D72; }

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

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

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

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

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

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

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

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