#545D80

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

Shades of Chambray #545D80

Tints of Chambray #545D80

Color information

#545D80 (or 0x545D80) is unknown color: approx Chambray. HEX triplet: 54, 5D and 80. RGB value is (84,93,128). Sum of RGB (Red+Green+Blue) = 84+93+128=305 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.54% from 305); Green value is 93 (36.72% from 255 or 30.49% from 305); Blue value is 128 (50.39% from 255 or 41.97% from 305); Max value from RGB is 128 - color contains mainly: blue. Hex color #545D80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #545D80 is #ABA27F. Grayscale: #5E5E5E. Windows color (decimal): -11248256 or 8412500. OLE color: 8412500.

HSL color Cylindrical-coordinate representation of color #545D80: hue angle of 227.73º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #545D80 is Cyan = 0.34, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8493128-
CMYK0.340.2700.50
HSL227.73º20.75%41.57%-
HSV(B)227.73º34.38%50.2%-
XYZ11.4711.2721.99-
YUV94.3147.02120.65-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.54%
GREEN value IS 93 (36.72% from 255) = 30.49%
BLUE value IS 128 (50.39% from 255) = 41.97%
R=27.54%
G=30.49%
B=41.97%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal84931280.340.2700.50227.7320.7541.57
Hex545D80221B032e4152a
Octal12413520042330623442552
Binary10101001011101100000001000101101101100101110010010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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