#545C77

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

Shades of Chambray #545C77

Tints of Chambray #545C77

Color information

#545C77 (or 0x545C77) is unknown color: approx Chambray. HEX triplet: 54, 5C and 77. RGB value is (84,92,119). Sum of RGB (Red+Green+Blue) = 84+92+119=295 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.47% from 295); Green value is 92 (36.33% from 255 or 31.19% from 295); Blue value is 119 (46.88% from 255 or 40.34% from 295); Max value from RGB is 119 - color contains mainly: blue. Hex color #545C77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545C77 is #ABA388. Grayscale: #5C5C5C. Windows color (decimal): -11248521 or 7822420. OLE color: 7822420.

HSL color Cylindrical-coordinate representation of color #545C77: hue angle of 226.29º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #545C77 is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8492119-
CMYK0.290.2300.53
HSL226.29º17.24%39.8%-
HSV(B)226.29º29.41%46.67%-
XYZ10.8110.8718.98-
YUV92.69142.85121.8-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28.47%
GREEN value IS 92 (36.33% from 255) = 31.19%
BLUE value IS 119 (46.88% from 255) = 40.34%
R=28.47%
G=31.19%
B=40.34%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal84921190.290.2300.53226.2917.2439.8
Hex545C771D17035e21128
Octal12413416735270653422150
Binary101010010111001110111111011011101101011110001010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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