#545E84

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

Shades of Chambray #545E84

Tints of Chambray #545E84

Color information

#545E84 (or 0x545E84) is unknown color: approx Chambray. HEX triplet: 54, 5E and 84. RGB value is (84,94,132). Sum of RGB (Red+Green+Blue) = 84+94+132=310 (41% of max value = 765). Red value is 84 (33.20% from 255 or 27.10% from 310); Green value is 94 (37.11% from 255 or 30.32% from 310); Blue value is 132 (51.95% from 255 or 42.58% from 310); Max value from RGB is 132 - color contains mainly: blue. Hex color #545E84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #545E84 is #ABA17B. Grayscale: #5F5F5F. Windows color (decimal): -11247996 or 8674900. OLE color: 8674900.

HSL color Cylindrical-coordinate representation of color #545E84: hue angle of 227.5º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #545E84 is Cyan = 0.36, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8494132-
CMYK0.360.2900.48
HSL227.5º22.22%42.35%-
HSV(B)227.5º36.36%51.76%-
XYZ11.8211.5623.44-
YUV95.34148.69119.91-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.10%
GREEN value IS 94 (37.11% from 255) = 30.32%
BLUE value IS 132 (51.95% from 255) = 42.58%
R=27.10%
G=30.32%
B=42.58%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal84941320.360.2900.48227.522.2242.35
Hex545E84241D030e4162a
Octal12413620444350603442652
Binary10101001011110100001001001001110101100001110010010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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