#545E80

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

Shades of Chambray #545E80

Tints of Chambray #545E80

Color information

#545E80 (or 0x545E80) is unknown color: approx Chambray. HEX triplet: 54, 5E and 80. RGB value is (84,94,128). Sum of RGB (Red+Green+Blue) = 84+94+128=306 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.45% from 306); Green value is 94 (37.11% from 255 or 30.72% from 306); Blue value is 128 (50.39% from 255 or 41.83% from 306); Max value from RGB is 128 - color contains mainly: blue. Hex color #545E80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #545E80 is #ABA17F. Grayscale: #5E5E5E. Windows color (decimal): -11248000 or 8412756. OLE color: 8412756.

HSL color Cylindrical-coordinate representation of color #545E80: hue angle of 226.36º 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 #545E80 is Cyan = 0.34, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8494128-
CMYK0.340.2700.50
HSL226.36º20.75%41.57%-
HSV(B)226.36º34.38%50.2%-
XYZ11.5611.4522.02-
YUV94.89146.69120.24-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.45%
GREEN value IS 94 (37.11% from 255) = 30.72%
BLUE value IS 128 (50.39% from 255) = 41.83%
R=27.45%
G=30.72%
B=41.83%

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
Decimal84941280.340.2700.50226.3620.7541.57
Hex545E80221B032e2152a
Octal12413620042330623422552
Binary10101001011110100000001000101101101100101110001010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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