#545D70

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

Shades of Chambray #545D70

Tints of Chambray #545D70

Color information

#545D70 (or 0x545D70) is unknown color: approx Chambray. HEX triplet: 54, 5D and 70. RGB value is (84,93,112). Sum of RGB (Red+Green+Blue) = 84+93+112=289 (38% of max value = 765). Red value is 84 (33.20% from 255 or 29.07% from 289); Green value is 93 (36.72% from 255 or 32.18% from 289); Blue value is 112 (44.14% from 255 or 38.75% from 289); Max value from RGB is 112 - color contains mainly: blue. Hex color #545D70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545D70 is #ABA28F. Grayscale: #5C5C5C. Windows color (decimal): -11248272 or 7363924. OLE color: 7363924.

HSL color Cylindrical-coordinate representation of color #545D70: hue angle of 220.71º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #545D70 is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8493112-
CMYK0.250.1700.56
HSL220.71º14.29%38.43%-
HSV(B)220.71º25%43.92%-
XYZ10.510.8816.88-
YUV92.48139.02121.96-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.07%
GREEN value IS 93 (36.72% from 255) = 32.18%
BLUE value IS 112 (44.14% from 255) = 38.75%
R=29.07%
G=32.18%
B=38.75%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal84931120.250.1700.56220.7114.2938.43
Hex545D701911038dde26
Octal12413516031210703351646
Binary10101001011101111000011001100010111000110111011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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