Html Css Color HEX #546A7E Wedgewood

📋 copy color: '#546A7E'

red 84 ◦ green 106 ◦ blue 126

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

Shades of Wedgewood #546A7E

Tints of Wedgewood #546A7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 39.87%

R = 26.58%
G = 33.54%
B = 39.87%

CMYK

 C value IS 0.33

 M value IS 0.16

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#546A7E (or 0x546A7E) is known color: Wedgewood. HEX triplet: 54, 6A and 7E. RGB value is (84,106,126). Sum of RGB (Red+Green+Blue) = 84+106+126=316 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.58% from 316); Green value is 106 (41.80% from 255 or 33.54% from 316); Blue value is 126 (49.61% from 255 or 39.87% from 316); Max value from RGB is 126 - color contains mainly: blue. Hex color #546A7E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546A7E is #AB9581. Grayscale: #656565. Windows color (decimal): -11244930 or 8284756. OLE color: 8284756.

HSL color Cylindrical-coordinate representation of color #546A7E: hue angle of 208.57º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #546A7E is Cyan = 0.33, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 84 106 126 -
CMYK 0.33 0.16 0 0.51
HSL 208.57º 0.2% 0.41% -
HSV(B) 208.57º 0.33% 0.49% -
XYZ 12.58 13.7 21.72 -
YUV 101.7 141.71 115.37 -
System Red Green Blue C M Y K H S L
Decimal 84 106 126 0.33 0.16 0 0.51 208.57 0.2 0.41
Hex 54 6A 7E 21 10 0 33 D1 14 29
Octal 124 152 176 41 20 0 63 321 24 51
Binary 1010100 1101010 1111110 100001 10000 0 110011 11010001 10100 101001

Color Harmonies of #546A7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546A7E

Black with #546A7E

Text Example


Text Example

White with #546A7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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