Html Css Color HEX #546B7E Wedgewood

📋 copy color: '#546B7E'

red 84 ◦ green 107 ◦ blue 126

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

Shades of Wedgewood #546B7E

Tints of Wedgewood #546B7E

RGB

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

 GREEN value IS 107 (42.19% from 255) = 33.75%

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

R = 26.5%
G = 33.75%
B = 39.75%

CMYK

 C value IS 0.33

 M value IS 0.15

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#546B7E (or 0x546B7E) is known color: Wedgewood. HEX triplet: 54, 6B and 7E. RGB value is (84,107,126). Sum of RGB (Red+Green+Blue) = 84+107+126=317 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.50% from 317); Green value is 107 (42.19% from 255 or 33.75% from 317); Blue value is 126 (49.61% from 255 or 39.75% from 317); Max value from RGB is 126 - color contains mainly: blue. Hex color #546B7E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546B7E is #AB9481. Grayscale: #666666. Windows color (decimal): -11244674 or 8285012. OLE color: 8285012.

HSL color Cylindrical-coordinate representation of color #546B7E: hue angle of 207.14º 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 #546B7E is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 84 107 126 -
CMYK 0.33 0.15 0 0.51
HSL 207.14º 0.2% 0.41% -
HSV(B) 207.14º 0.33% 0.49% -
XYZ 12.68 13.91 21.75 -
YUV 102.29 141.38 114.96 -
System Red Green Blue C M Y K H S L
Decimal 84 107 126 0.33 0.15 0 0.51 207.14 0.2 0.41
Hex 54 6B 7E 21 F 0 33 CF 14 29
Octal 124 153 176 41 17 0 63 317 24 51
Binary 1010100 1101011 1111110 100001 1111 0 110011 11001111 10100 101001

Color Harmonies of #546B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546B7E

Black with #546B7E

Text Example


Text Example

White with #546B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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