#545B7A

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

Shades of Chambray #545B7A

Tints of Chambray #545B7A

Color information

#545B7A (or 0x545B7A) is unknown color: approx Chambray. HEX triplet: 54, 5B and 7A. RGB value is (84,91,122). Sum of RGB (Red+Green+Blue) = 84+91+122=297 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.28% from 297); Green value is 91 (35.94% from 255 or 30.64% from 297); Blue value is 122 (48.05% from 255 or 41.08% from 297); Max value from RGB is 122 - color contains mainly: blue. Hex color #545B7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545B7A is #ABA485. Grayscale: #5C5C5C. Windows color (decimal): -11248774 or 8018772. OLE color: 8018772.

HSL color Cylindrical-coordinate representation of color #545B7A: hue angle of 228.95º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #545B7A is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8491122-
CMYK0.310.2500.52
HSL228.95º18.45%40.39%-
HSV(B)228.95º31.15%47.84%-
XYZ10.9110.7719.92-
YUV92.44144.68121.98-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28.28%
GREEN value IS 91 (35.94% from 255) = 30.64%
BLUE value IS 122 (48.05% from 255) = 41.08%
R=28.28%
G=30.64%
B=41.08%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal84911220.310.2500.52228.9518.4540.39
Hex545B7A1F19034e51228
Octal12413317237310643452250
Binary101010010110111111010111111100101101001110010110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,91,122); }

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

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

 a { background-color: rgb(84,91,122); }

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

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

 span { border-color: rgb(84,91,122); }

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