#547587

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

Shades of Wedgewood #547587

Tints of Wedgewood #547587

Color information

#547587 (or 0x547587) is unknown color: approx Wedgewood. HEX triplet: 54, 75 and 87. RGB value is (84,117,135). Sum of RGB (Red+Green+Blue) = 84+117+135=336 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25% from 336); Green value is 117 (46.09% from 255 or 34.82% from 336); Blue value is 135 (53.12% from 255 or 40.18% from 336); Max value from RGB is 135 - color contains mainly: blue. Hex color #547587 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #547587 is #AB8A78. Grayscale: #6D6D6D. Windows color (decimal): -11242105 or 8877396. OLE color: 8877396.

HSL color Cylindrical-coordinate representation of color #547587: hue angle of 201.18º 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 #547587 is Cyan = 0.38, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB84117135-
CMYK0.380.1300.47
HSL201.18º23.29%42.94%-
HSV(B)201.18º37.78%52.94%-
XYZ14.3916.3625.32-
YUV109.18142.57110.04-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25%
GREEN value IS 117 (46.09% from 255) = 34.82%
BLUE value IS 135 (53.12% from 255) = 40.18%
R=25%
G=34.82%
B=40.18%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal841171350.380.1300.47201.1823.2942.94
Hex54758726D02Fc9172b
Octal12416520746150573112753
Binary1010100111010110000111100110110101011111100100110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #547587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #547587; }

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

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

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

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

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

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

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

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