Html Css Color HEX #546983 Wedgewood

📋 copy color: '#546983'

red 84 ◦ green 105 ◦ blue 131

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

Shades of Wedgewood #546983

Tints of Wedgewood #546983

RGB

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

 GREEN value IS 105 (41.41% from 255) = 32.81%

 BLUE value IS 131 (51.56% from 255) = 40.94%

R = 26.25%
G = 32.81%
B = 40.94%

CMYK

 C value IS 0.36

 M value IS 0.20

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#546983 (or 0x546983) is known color: Wedgewood. HEX triplet: 54, 69 and 83. RGB value is (84,105,131). Sum of RGB (Red+Green+Blue) = 84+105+131=320 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.25% from 320); Green value is 105 (41.41% from 255 or 32.81% from 320); Blue value is 131 (51.56% from 255 or 40.94% from 320); Max value from RGB is 131 - color contains mainly: blue. Hex color #546983 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546983 is #AB967C. Grayscale: #656565. Windows color (decimal): -11245181 or 8612180. OLE color: 8612180.

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

Color convert

RGB 84 105 131 -
CMYK 0.36 0.20 0 0.49
HSL 213.19º 0.22% 0.42% -
HSV(B) 213.19º 0.36% 0.51% -
XYZ 12.8 13.63 23.43 -
YUV 101.69 144.54 115.39 -
System Red Green Blue C M Y K H S L
Decimal 84 105 131 0.36 0.20 0 0.49 213.19 0.22 0.42
Hex 54 69 83 24 14 0 31 D5 16 2A
Octal 124 151 203 44 24 0 61 325 26 52
Binary 1010100 1101001 10000011 100100 10100 0 110001 11010101 10110 101010

Color Harmonies of #546983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546983

Black with #546983

Text Example


Text Example

White with #546983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #546983; }

 p { color: rgb(84,105,131); }

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

background-color css

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

 a { background-color: rgb(84,105,131); }

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

border-color css

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

 span { border-color: rgb(84,105,131); }

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