Html Css Color HEX #547489 Wedgewood

📋 copy color: '#547489'

red 84 ◦ green 116 ◦ blue 137

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

Shades of Wedgewood #547489

Tints of Wedgewood #547489

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.42%

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

R = 24.93%
G = 34.42%
B = 40.65%

CMYK

 C value IS 0.39

 M value IS 0.15

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#547489 (or 0x547489) is known color: Wedgewood. HEX triplet: 54, 74 and 89. RGB value is (84,116,137). Sum of RGB (Red+Green+Blue) = 84+116+137=337 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.93% from 337); Green value is 116 (45.70% from 255 or 34.42% from 337); Blue value is 137 (53.91% from 255 or 40.65% from 337); Max value from RGB is 137 - color contains mainly: blue. Hex color #547489 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547489 is #AB8B76. Grayscale: #6C6C6C. Windows color (decimal): -11242359 or 9008212. OLE color: 9008212.

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

Color convert

RGB 84 116 137 -
CMYK 0.39 0.15 0 0.46
HSL 203.77º 0.24% 0.43% -
HSV(B) 203.77º 0.39% 0.54% -
XYZ 14.42 16.18 26.03 -
YUV 108.83 143.9 110.29 -
System Red Green Blue C M Y K H S L
Decimal 84 116 137 0.39 0.15 0 0.46 203.77 0.24 0.43
Hex 54 74 89 27 F 0 2E CC 18 2B
Octal 124 164 211 47 17 0 56 314 30 53
Binary 1010100 1110100 10001001 100111 1111 0 101110 11001100 11000 101011

Color Harmonies of #547489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #547489

Black with #547489

Text Example


Text Example

White with #547489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #547489; }

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

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

background-color css

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

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

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

border-color css

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

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

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