Html Css Color HEX #546F82 Wedgewood

📋 copy color: '#546F82'

red 84 ◦ green 111 ◦ blue 130

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

Shades of Wedgewood #546F82

Tints of Wedgewood #546F82

RGB

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

 GREEN value IS 111 (43.75% from 255) = 34.15%

 BLUE value IS 130 (51.17% from 255) = 40%

R = 25.85%
G = 34.15%
B = 40%

CMYK

 C value IS 0.35

 M value IS 0.15

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#546F82 (or 0x546F82) is known color: Wedgewood. HEX triplet: 54, 6F and 82. RGB value is (84,111,130). Sum of RGB (Red+Green+Blue) = 84+111+130=325 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.85% from 325); Green value is 111 (43.75% from 255 or 34.15% from 325); Blue value is 130 (51.17% from 255 or 40% from 325); Max value from RGB is 130 - color contains mainly: blue. Hex color #546F82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #546F82 is #AB907D. Grayscale: #686868. Windows color (decimal): -11243646 or 8548180. OLE color: 8548180.

HSL color Cylindrical-coordinate representation of color #546F82: hue angle of 204.78º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #546F82 is Cyan = 0.35, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 84 111 130 -
CMYK 0.35 0.15 0 0.49
HSL 204.78º 0.21% 0.42% -
HSV(B) 204.78º 0.35% 0.51% -
XYZ 13.37 14.87 23.28 -
YUV 105.09 142.05 112.96 -
System Red Green Blue C M Y K H S L
Decimal 84 111 130 0.35 0.15 0 0.49 204.78 0.21 0.42
Hex 54 6F 82 23 F 0 31 CD 15 2A
Octal 124 157 202 43 17 0 61 315 25 52
Binary 1010100 1101111 10000010 100011 1111 0 110001 11001101 10101 101010

Color Harmonies of #546F82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #546F82

Black with #546F82

Text Example


Text Example

White with #546F82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,111,130); }

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

background-color css

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

 a { background-color: rgb(84,111,130); }

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

border-color css

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

 span { border-color: rgb(84,111,130); }

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