#546275

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

Shades of Chambray #546275

Tints of Chambray #546275

Color information

#546275 (or 0x546275) is unknown color: approx Chambray. HEX triplet: 54, 62 and 75. RGB value is (84,98,117). Sum of RGB (Red+Green+Blue) = 84+98+117=299 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.09% from 299); Green value is 98 (38.67% from 255 or 32.78% from 299); Blue value is 117 (46.09% from 255 or 39.13% from 299); Max value from RGB is 117 - color contains mainly: blue. Hex color #546275 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546275 is #AB9D8A. Grayscale: #5F5F5F. Windows color (decimal): -11246987 or 7692884. OLE color: 7692884.

HSL color Cylindrical-coordinate representation of color #546275: hue angle of 214.55º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #546275 is Cyan = 0.28, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8498117-
CMYK0.280.1600.54
HSL214.55º16.42%39.41%-
HSV(B)214.55º28.21%45.88%-
XYZ11.2311.918.54-
YUV95.98139.86119.46-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28.09%
GREEN value IS 98 (38.67% from 255) = 32.78%
BLUE value IS 117 (46.09% from 255) = 39.13%
R=28.09%
G=32.78%
B=39.13%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal84981170.280.1600.54214.5516.4239.41
Hex5462751C10036d71027
Octal12414216534200663272047
Binary101010011000101110101111001000001101101101011110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546275; }

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

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

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

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

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

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

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

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