#545C71

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

Shades of Chambray #545C71

Tints of Chambray #545C71

Color information

#545C71 (or 0x545C71) is unknown color: approx Chambray. HEX triplet: 54, 5C and 71. RGB value is (84,92,113). Sum of RGB (Red+Green+Blue) = 84+92+113=289 (38% of max value = 765). Red value is 84 (33.20% from 255 or 29.07% from 289); Green value is 92 (36.33% from 255 or 31.83% from 289); Blue value is 113 (44.53% from 255 or 39.10% from 289); Max value from RGB is 113 - color contains mainly: blue. Hex color #545C71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545C71 is #ABA38E. Grayscale: #5B5B5B. Windows color (decimal): -11248527 or 7429204. OLE color: 7429204.

HSL color Cylindrical-coordinate representation of color #545C71: hue angle of 223.45º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #545C71 is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8492113-
CMYK0.260.1900.56
HSL223.45º14.72%38.63%-
HSV(B)223.45º25.66%44.31%-
XYZ10.4610.7317.14-
YUV92139.85122.29-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.07%
GREEN value IS 92 (36.33% from 255) = 31.83%
BLUE value IS 113 (44.53% from 255) = 39.10%
R=29.07%
G=31.83%
B=39.10%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal84921130.260.1900.56223.4514.7238.63
Hex545C711A13038dff27
Octal12413416132230703371747
Binary10101001011100111000111010100110111000110111111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,92,113); }

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

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

 a { background-color: rgb(84,92,113); }

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

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

 span { border-color: rgb(84,92,113); }

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