#557389

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

Shades of Wedgewood #557389

Tints of Wedgewood #557389

Color information

#557389 (or 0x557389) is unknown color: approx Wedgewood. HEX triplet: 55, 73 and 89. RGB value is (85,115,137). Sum of RGB (Red+Green+Blue) = 85+115+137=337 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.22% from 337); Green value is 115 (45.31% from 255 or 34.12% 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 #557389 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557389 is #AA8C76. Grayscale: #6C6C6C. Windows color (decimal): -11177079 or 9007957. OLE color: 9007957.

HSL color Cylindrical-coordinate representation of color #557389: hue angle of 205.38º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #557389 is Cyan = 0.38, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB85115137-
CMYK0.380.1600.46
HSL205.38º23.42%43.53%-
HSV(B)205.38º37.96%53.73%-
XYZ14.391626-
YUV108.54144.06111.21-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.22%
GREEN value IS 115 (45.31% from 255) = 34.12%
BLUE value IS 137 (53.91% from 255) = 40.65%
R=25.22%
G=34.12%
B=40.65%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal851151370.380.1600.46205.3823.4243.53
Hex557389261002Ecd172c
Octal12516321146200563152754
Binary10101011110011100010011001101000001011101100110110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557389; }

 p { color: rgb(85,115,137); }

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

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

 a { background-color: rgb(85,115,137); }

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

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

 span { border-color: rgb(85,115,137); }

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