#546277

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

Shades of Chambray #546277

Tints of Chambray #546277

Color information

#546277 (or 0x546277) is unknown color: approx Chambray. HEX triplet: 54, 62 and 77. RGB value is (84,98,119). Sum of RGB (Red+Green+Blue) = 84+98+119=301 (39% of max value = 765). Red value is 84 (33.20% from 255 or 27.91% from 301); Green value is 98 (38.67% from 255 or 32.56% from 301); Blue value is 119 (46.88% from 255 or 39.53% from 301); Max value from RGB is 119 - color contains mainly: blue. Hex color #546277 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546277 is #AB9D88. Grayscale: #606060. Windows color (decimal): -11246985 or 7823956. OLE color: 7823956.

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

Color convert

RGB8498119-
CMYK0.290.1800.53
HSL216º17.24%39.8%-
HSV(B)216º29.41%46.67%-
XYZ11.3511.9519.16-
YUV96.21140.86119.29-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.91%
GREEN value IS 98 (38.67% from 255) = 32.56%
BLUE value IS 119 (46.88% from 255) = 39.53%
R=27.91%
G=32.56%
B=39.53%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal84981190.290.1800.5321617.2439.8
Hex5462771D12035d81128
Octal12414216735220653302150
Binary101010011000101110111111011001001101011101100010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546277; }

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

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

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

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

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

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

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

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