#547487

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

Shades of Wedgewood #547487

Tints of Wedgewood #547487

Color information

#547487 (or 0x547487) is unknown color: approx Wedgewood. HEX triplet: 54, 74 and 87. RGB value is (84,116,135). Sum of RGB (Red+Green+Blue) = 84+116+135=335 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.07% from 335); Green value is 116 (45.70% from 255 or 34.63% from 335); Blue value is 135 (53.12% from 255 or 40.30% from 335); Max value from RGB is 135 - color contains mainly: blue. Hex color #547487 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547487 is #AB8B78. Grayscale: #6C6C6C. Windows color (decimal): -11242361 or 8877140. OLE color: 8877140.

HSL color Cylindrical-coordinate representation of color #547487: hue angle of 202.35º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #547487 is Cyan = 0.38, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB84116135-
CMYK0.380.1400.47
HSL202.35º23.29%42.94%-
HSV(B)202.35º37.78%52.94%-
XYZ14.2716.1225.28-
YUV108.6142.9110.46-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.07%
GREEN value IS 116 (45.70% from 255) = 34.63%
BLUE value IS 135 (53.12% from 255) = 40.30%
R=25.07%
G=34.63%
B=40.30%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal841161350.380.1400.47202.3523.2942.94
Hex54748726E02Fca172b
Octal12416420746160573122753
Binary1010100111010010000111100110111001011111100101010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #547487; }

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

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

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

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

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

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

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

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