Html Css Color HEX #546A84 Wedgewood

📋 copy color: '#546A84'

red 84 ◦ green 106 ◦ blue 132

#546A84
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wedgewood #546A84

Tints of Wedgewood #546A84

RGB

 RED value IS 84 (33.2% from 255) = 26.09%

 GREEN value IS 106 (41.8% from 255) = 32.92%

 BLUE value IS 132 (51.95% from 255) = 40.99%

R = 26.09%
G = 32.92%
B = 40.99%

CMYK

 C value IS 0.36

 M value IS 0.20

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#546A84 (or 0x546A84) is known color: Wedgewood. HEX triplet: 54, 6A and 84. RGB value is (84,106,132). Sum of RGB (Red+Green+Blue) = 84+106+132=322 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.09% from 322); Green value is 106 (41.80% from 255 or 32.92% from 322); Blue value is 132 (51.95% from 255 or 40.99% from 322); Max value from RGB is 132 - color contains mainly: blue. Hex color #546A84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546A84 is #AB957B. Grayscale: #666666. Windows color (decimal): -11244924 or 8677972. OLE color: 8677972.

HSL color Cylindrical-coordinate representation of color #546A84: hue angle of 212.5º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #546A84 is Cyan = 0.36, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 84 106 132 -
CMYK 0.36 0.20 0 0.48
HSL 212.5º 0.22% 0.42% -
HSV(B) 212.5º 0.36% 0.52% -
XYZ 12.98 13.86 23.82 -
YUV 102.39 144.71 114.89 -
System Red Green Blue C M Y K H S L
Decimal 84 106 132 0.36 0.20 0 0.48 212.5 0.22 0.42
Hex 54 6A 84 24 14 0 30 D4 16 2A
Octal 124 152 204 44 24 0 60 324 26 52
Binary 1010100 1101010 10000100 100100 10100 0 110000 11010100 10110 101010

Color Harmonies of #546A84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546A84

Black with #546A84

Text Example


Text Example

White with #546A84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #546A84;
 }
 .AnyTagClassName
 {
   color: #546A84;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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