#546081

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

Shades of Chambray #546081

Tints of Chambray #546081

Color information

#546081 (or 0x546081) is unknown color: approx Chambray. HEX triplet: 54, 60 and 81. RGB value is (84,96,129). Sum of RGB (Red+Green+Blue) = 84+96+129=309 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.18% from 309); Green value is 96 (37.89% from 255 or 31.07% from 309); Blue value is 129 (50.78% from 255 or 41.75% from 309); Max value from RGB is 129 - color contains mainly: blue. Hex color #546081 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546081 is #AB9F7E. Grayscale: #606060. Windows color (decimal): -11247487 or 8478804. OLE color: 8478804.

HSL color Cylindrical-coordinate representation of color #546081: hue angle of 224º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #546081 is Cyan = 0.35, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8496129-
CMYK0.350.2600.49
HSL224º21.13%41.76%-
HSV(B)224º34.88%50.59%-
XYZ11.811.8422.43-
YUV96.17146.52119.32-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.18%
GREEN value IS 96 (37.89% from 255) = 31.07%
BLUE value IS 129 (50.78% from 255) = 41.75%
R=27.18%
G=31.07%
B=41.75%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal84961290.350.2600.4922421.1341.76
Hex546081231A031e0152a
Octal12414020143320613402552
Binary10101001100000100000011000111101001100011110000010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546081; }

 p { color: rgb(84,96,129); }

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

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

 a { background-color: rgb(84,96,129); }

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

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

 span { border-color: rgb(84,96,129); }

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