#546A7A

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

Shades of Wedgewood #546A7A

Tints of Wedgewood #546A7A

Color information

#546A7A (or 0x546A7A) is unknown color: approx Wedgewood. HEX triplet: 54, 6A and 7A. RGB value is (84,106,122). Sum of RGB (Red+Green+Blue) = 84+106+122=312 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.92% from 312); Green value is 106 (41.80% from 255 or 33.97% from 312); Blue value is 122 (48.05% from 255 or 39.10% from 312); Max value from RGB is 122 - color contains mainly: blue. Hex color #546A7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546A7A is #AB9585. Grayscale: #656565. Windows color (decimal): -11244934 or 8022612. OLE color: 8022612.

HSL color Cylindrical-coordinate representation of color #546A7A: hue angle of 205.26º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #546A7A is Cyan = 0.31, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB84106122-
CMYK0.310.1300.52
HSL205.26º18.45%40.39%-
HSV(B)205.26º31.15%47.84%-
XYZ12.3213.620.39-
YUV101.25139.71115.7-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.92%
GREEN value IS 106 (41.80% from 255) = 33.97%
BLUE value IS 122 (48.05% from 255) = 39.10%
R=26.92%
G=33.97%
B=39.10%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal841061220.310.1300.52205.2618.4540.39
Hex546A7A1FD034cd1228
Octal12415217237150643152250
Binary10101001101010111101011111110101101001100110110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #546A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #546A7A; }

 p { color: rgb(84,106,122); }

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

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

 a { background-color: rgb(84,106,122); }

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

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

 span { border-color: rgb(84,106,122); }

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