#545D7C

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

Shades of Chambray #545D7C

Tints of Chambray #545D7C

Color information

#545D7C (or 0x545D7C) is unknown color: approx Chambray. HEX triplet: 54, 5D and 7C. RGB value is (84,93,124). Sum of RGB (Red+Green+Blue) = 84+93+124=301 (39% of max value = 765). Red value is 84 (33.20% from 255 or 27.91% from 301); Green value is 93 (36.72% from 255 or 30.90% from 301); Blue value is 124 (48.83% from 255 or 41.20% from 301); Max value from RGB is 124 - color contains mainly: blue. Hex color #545D7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545D7C is #ABA283. Grayscale: #5D5D5D. Windows color (decimal): -11248260 or 8150356. OLE color: 8150356.

HSL color Cylindrical-coordinate representation of color #545D7C: hue angle of 226.5º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #545D7C is Cyan = 0.32, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8493124-
CMYK0.320.2500.51
HSL226.5º19.23%40.78%-
HSV(B)226.5º32.26%48.63%-
XYZ11.2111.1720.63-
YUV93.84145.02120.98-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.91%
GREEN value IS 93 (36.72% from 255) = 30.90%
BLUE value IS 124 (48.83% from 255) = 41.20%
R=27.91%
G=30.90%
B=41.20%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal84931240.320.2500.51226.519.2340.78
Hex545D7C2019033e21329
Octal12413517440310633422351
Binary1010100101110111111001000001100101100111110001010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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