Html Css Color HEX #546879 Wedgewood

📋 copy color: '#546879'

red 84 ◦ green 104 ◦ blue 121

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

Shades of Wedgewood #546879

Tints of Wedgewood #546879

RGB

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

 GREEN value IS 104 (41.02% from 255) = 33.66%

 BLUE value IS 121 (47.66% from 255) = 39.16%

R = 27.18%
G = 33.66%
B = 39.16%

CMYK

 C value IS 0.31

 M value IS 0.14

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#546879 (or 0x546879) is known color: Wedgewood. HEX triplet: 54, 68 and 79. RGB value is (84,104,121). Sum of RGB (Red+Green+Blue) = 84+104+121=309 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.18% from 309); Green value is 104 (41.02% from 255 or 33.66% from 309); Blue value is 121 (47.66% from 255 or 39.16% from 309); Max value from RGB is 121 - color contains mainly: blue. Hex color #546879 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546879 is #AB9786. Grayscale: #636363. Windows color (decimal): -11245447 or 7956564. OLE color: 7956564.

HSL color Cylindrical-coordinate representation of color #546879: hue angle of 207.57º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #546879 is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 84 104 121 -
CMYK 0.31 0.14 0 0.53
HSL 207.57º 0.18% 0.4% -
HSV(B) 207.57º 0.31% 0.47% -
XYZ 12.06 13.17 19.99 -
YUV 99.96 139.87 116.62 -
System Red Green Blue C M Y K H S L
Decimal 84 104 121 0.31 0.14 0 0.53 207.57 0.18 0.4
Hex 54 68 79 1F E 0 35 D0 12 28
Octal 124 150 171 37 16 0 65 320 22 50
Binary 1010100 1101000 1111001 11111 1110 0 110101 11010000 10010 101000

Color Harmonies of #546879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546879

Black with #546879

Text Example


Text Example

White with #546879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #546879; }

 p { color: rgb(84,104,121); }

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

background-color css

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

 a { background-color: rgb(84,104,121); }

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

border-color css

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

 span { border-color: rgb(84,104,121); }

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