#545E7B

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

Shades of Chambray #545E7B

Tints of Chambray #545E7B

Color information

#545E7B (or 0x545E7B) is unknown color: approx Chambray. HEX triplet: 54, 5E and 7B. RGB value is (84,94,123). Sum of RGB (Red+Green+Blue) = 84+94+123=301 (39% of max value = 765). Red value is 84 (33.20% from 255 or 27.91% from 301); Green value is 94 (37.11% from 255 or 31.23% from 301); Blue value is 123 (48.44% from 255 or 40.86% from 301); Max value from RGB is 123 - color contains mainly: blue. Hex color #545E7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545E7B is #ABA184. Grayscale: #5E5E5E. Windows color (decimal): -11248005 or 8085076. OLE color: 8085076.

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

Color convert

RGB8494123-
CMYK0.320.2400.52
HSL224.62º18.84%40.59%-
HSV(B)224.62º31.71%48.24%-
XYZ11.2311.3220.33-
YUV94.32144.19120.64-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.91%
GREEN value IS 94 (37.11% from 255) = 31.23%
BLUE value IS 123 (48.44% from 255) = 40.86%
R=27.91%
G=31.23%
B=40.86%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal84941230.320.2400.52224.6218.8440.59
Hex545E7B2018034e11329
Octal12413617340300643412351
Binary1010100101111011110111000001100001101001110000110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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