#545B77

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

Shades of Chambray #545B77

Tints of Chambray #545B77

Color information

#545B77 (or 0x545B77) is unknown color: approx Chambray. HEX triplet: 54, 5B and 77. RGB value is (84,91,119). Sum of RGB (Red+Green+Blue) = 84+91+119=294 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.57% from 294); Green value is 91 (35.94% from 255 or 30.95% from 294); Blue value is 119 (46.88% from 255 or 40.48% from 294); Max value from RGB is 119 - color contains mainly: blue. Hex color #545B77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545B77 is #ABA488. Grayscale: #5B5B5B. Windows color (decimal): -11248777 or 7822164. OLE color: 7822164.

HSL color Cylindrical-coordinate representation of color #545B77: hue angle of 228º 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 #545B77 is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8491119-
CMYK0.290.2400.53
HSL228º17.24%39.8%-
HSV(B)228º29.41%46.67%-
XYZ10.7310.718.95-
YUV92.1143.18122.22-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28.57%
GREEN value IS 91 (35.94% from 255) = 30.95%
BLUE value IS 119 (46.88% from 255) = 40.48%
R=28.57%
G=30.95%
B=40.48%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal84911190.290.2400.5322817.2439.8
Hex545B771D18035e41128
Octal12413316735300653442150
Binary101010010110111110111111011100001101011110010010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #545B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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