#545D76

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

Shades of Chambray #545D76

Tints of Chambray #545D76

Color information

#545D76 (or 0x545D76) is unknown color: approx Chambray. HEX triplet: 54, 5D and 76. RGB value is (84,93,118). Sum of RGB (Red+Green+Blue) = 84+93+118=295 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.47% from 295); Green value is 93 (36.72% from 255 or 31.53% from 295); Blue value is 118 (46.48% from 255 or 40% from 295); Max value from RGB is 118 - color contains mainly: blue. Hex color #545D76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545D76 is #ABA289. Grayscale: #5D5D5D. Windows color (decimal): -11248266 or 7757140. OLE color: 7757140.

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

Color convert

RGB8493118-
CMYK0.290.2100.54
HSL224.12º16.83%39.61%-
HSV(B)224.12º28.81%46.27%-
XYZ10.8411.0218.7-
YUV93.16142.02121.47-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28.47%
GREEN value IS 93 (36.72% from 255) = 31.53%
BLUE value IS 118 (46.48% from 255) = 40%
R=28.47%
G=31.53%
B=40%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal84931180.290.2100.54224.1216.8339.61
Hex545D761D15036e01128
Octal12413516635250663402150
Binary101010010111011110110111011010101101101110000010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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