Html Css Color HEX #547189 Wedgewood

📋 copy color: '#547189'

red 84 ◦ green 113 ◦ blue 137

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

Shades of Wedgewood #547189

Tints of Wedgewood #547189

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.83%

 BLUE value IS 137 (53.91% from 255) = 41.02%

R = 25.15%
G = 33.83%
B = 41.02%

CMYK

 C value IS 0.39

 M value IS 0.18

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#547189 (or 0x547189) is known color: Wedgewood. HEX triplet: 54, 71 and 89. RGB value is (84,113,137). Sum of RGB (Red+Green+Blue) = 84+113+137=334 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.15% from 334); Green value is 113 (44.53% from 255 or 33.83% from 334); Blue value is 137 (53.91% from 255 or 41.02% from 334); Max value from RGB is 137 - color contains mainly: blue. Hex color #547189 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547189 is #AB8E76. Grayscale: #6A6A6A. Windows color (decimal): -11243127 or 9007444. OLE color: 9007444.

HSL color Cylindrical-coordinate representation of color #547189: hue angle of 207.17º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #547189 is Cyan = 0.39, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 84 113 137 -
CMYK 0.39 0.18 0 0.46
HSL 207.17º 0.24% 0.43% -
HSV(B) 207.17º 0.39% 0.54% -
XYZ 14.08 15.5 25.92 -
YUV 107.07 144.89 111.55 -
System Red Green Blue C M Y K H S L
Decimal 84 113 137 0.39 0.18 0 0.46 207.17 0.24 0.43
Hex 54 71 89 27 12 0 2E CF 18 2B
Octal 124 161 211 47 22 0 56 317 30 53
Binary 1010100 1110001 10001001 100111 10010 0 101110 11001111 11000 101011

Color Harmonies of #547189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547189

Black with #547189

Text Example


Text Example

White with #547189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #547189; }

 p { color: rgb(84,113,137); }

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

background-color css

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

 a { background-color: rgb(84,113,137); }

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

border-color css

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

 span { border-color: rgb(84,113,137); }

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