Html Css Color HEX #546679 Wedgewood

📋 copy color: '#546679'

red 84 ◦ green 102 ◦ blue 121

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

Shades of Wedgewood #546679

Tints of Wedgewood #546679

RGB

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

 GREEN value IS 102 (40.23% from 255) = 33.22%

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

R = 27.36%
G = 33.22%
B = 39.41%

CMYK

 C value IS 0.31

 M value IS 0.16

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#546679 (or 0x546679) is known color: Wedgewood. HEX triplet: 54, 66 and 79. RGB value is (84,102,121). Sum of RGB (Red+Green+Blue) = 84+102+121=307 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.36% from 307); Green value is 102 (40.23% from 255 or 33.22% from 307); Blue value is 121 (47.66% from 255 or 39.41% from 307); Max value from RGB is 121 - color contains mainly: blue. Hex color #546679 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546679 is #AB9986. Grayscale: #626262. Windows color (decimal): -11245959 or 7956052. OLE color: 7956052.

HSL color Cylindrical-coordinate representation of color #546679: hue angle of 210.81º 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 #546679 is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 84 102 121 -
CMYK 0.31 0.16 0 0.53
HSL 210.81º 0.18% 0.4% -
HSV(B) 210.81º 0.31% 0.47% -
XYZ 11.86 12.77 19.93 -
YUV 98.78 140.54 117.46 -
System Red Green Blue C M Y K H S L
Decimal 84 102 121 0.31 0.16 0 0.53 210.81 0.18 0.4
Hex 54 66 79 1F 10 0 35 D3 12 28
Octal 124 146 171 37 20 0 65 323 22 50
Binary 1010100 1100110 1111001 11111 10000 0 110101 11010011 10010 101000

Color Harmonies of #546679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546679

Black with #546679

Text Example


Text Example

White with #546679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #546679; }

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

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

background-color css

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

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

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

border-color css

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

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

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