#557587

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

Shades of Wedgewood #557587

Tints of Wedgewood #557587

Color information

#557587 (or 0x557587) is unknown color: approx Wedgewood. HEX triplet: 55, 75 and 87. RGB value is (85,117,135). Sum of RGB (Red+Green+Blue) = 85+117+135=337 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.22% from 337); Green value is 117 (46.09% from 255 or 34.72% from 337); Blue value is 135 (53.12% from 255 or 40.06% from 337); Max value from RGB is 135 - color contains mainly: blue. Hex color #557587 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557587 is #AA8A78. Grayscale: #6D6D6D. Windows color (decimal): -11176569 or 8877397. OLE color: 8877397.

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

Color convert

RGB85117135-
CMYK0.370.1300.47
HSL201.6º22.73%43.14%-
HSV(B)201.6º37.04%52.94%-
XYZ14.4816.425.32-
YUV109.48142.4110.54-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.22%
GREEN value IS 117 (46.09% from 255) = 34.72%
BLUE value IS 135 (53.12% from 255) = 40.06%
R=25.22%
G=34.72%
B=40.06%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal851171350.370.1300.47201.622.7343.14
Hex55758725D02Fca172b
Octal12516520745150573122753
Binary1010101111010110000111100101110101011111100101010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557587; }

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

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

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

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

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

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

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

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