Html Css Color HEX #547389 Wedgewood

📋 copy color: '#547389'

red 84 ◦ green 115 ◦ blue 137

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

Shades of Wedgewood #547389

Tints of Wedgewood #547389

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.23%

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

R = 25%
G = 34.23%
B = 40.77%

CMYK

 C value IS 0.39

 M value IS 0.16

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#547389 (or 0x547389) is known color: Wedgewood. HEX triplet: 54, 73 and 89. RGB value is (84,115,137). Sum of RGB (Red+Green+Blue) = 84+115+137=336 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25% from 336); Green value is 115 (45.31% from 255 or 34.23% from 336); Blue value is 137 (53.91% from 255 or 40.77% from 336); Max value from RGB is 137 - color contains mainly: blue. Hex color #547389 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547389 is #AB8C76. Grayscale: #6C6C6C. Windows color (decimal): -11242615 or 9007956. OLE color: 9007956.

HSL color Cylindrical-coordinate representation of color #547389: hue angle of 204.91º 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 #547389 is Cyan = 0.39, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 84 115 137 -
CMYK 0.39 0.16 0 0.46
HSL 204.91º 0.24% 0.43% -
HSV(B) 204.91º 0.39% 0.54% -
XYZ 14.3 15.95 25.99 -
YUV 108.24 144.23 110.71 -
System Red Green Blue C M Y K H S L
Decimal 84 115 137 0.39 0.16 0 0.46 204.91 0.24 0.43
Hex 54 73 89 27 10 0 2E CD 18 2B
Octal 124 163 211 47 20 0 56 315 30 53
Binary 1010100 1110011 10001001 100111 10000 0 101110 11001101 11000 101011

Color Harmonies of #547389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547389

Black with #547389

Text Example


Text Example

White with #547389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #547389; }

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

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

background-color css

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

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

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

border-color css

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

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

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