#547589

Color #547589 Wedgewood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wedgewood #547589

Tints of Wedgewood #547589

Color information

#547589 (or 0x547589) is unknown color: approx Wedgewood. HEX triplet: 54, 75 and 89. RGB value is (84,117,137). Sum of RGB (Red+Green+Blue) = 84+117+137=338 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.85% from 338); Green value is 117 (46.09% from 255 or 34.62% from 338); Blue value is 137 (53.91% from 255 or 40.53% from 338); Max value from RGB is 137 - color contains mainly: blue. Hex color #547589 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547589 is #AB8A76. Grayscale: #6D6D6D. Windows color (decimal): -11242103 or 9008468. OLE color: 9008468.

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

Color convert

RGB84117137-
CMYK0.390.1500.46
HSL202.64º23.98%43.33%-
HSV(B)202.64º38.69%53.73%-
XYZ14.5316.4126.07-
YUV109.41143.57109.87-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 24.85%
GREEN value IS 117 (46.09% from 255) = 34.62%
BLUE value IS 137 (53.91% from 255) = 40.53%
R=24.85%
G=34.62%
B=40.53%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal841171370.390.1500.46202.6423.9843.33
Hex54758927F02Ecb182b
Octal12416521147170563133053
Binary1010100111010110001001100111111101011101100101111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #547589; }

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

 H1.HeaderClassName
 {
   color: #547589;
 }
 .AnyTagClassName
 {
   color: #547589;
 }
</style>
background-color css

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

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

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

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

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

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