#557489

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

Shades of Wedgewood #557489

Tints of Wedgewood #557489

Color information

#557489 (or 0x557489) is unknown color: approx Wedgewood. HEX triplet: 55, 74 and 89. RGB value is (85,116,137). Sum of RGB (Red+Green+Blue) = 85+116+137=338 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.15% from 338); Green value is 116 (45.70% from 255 or 34.32% 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 #557489 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557489 is #AA8B76. Grayscale: #6D6D6D. Windows color (decimal): -11176823 or 9008213. OLE color: 9008213.

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

Color convert

RGB85116137-
CMYK0.380.1500.46
HSL204.23º23.42%43.53%-
HSV(B)204.23º37.96%53.73%-
XYZ14.5116.2326.03-
YUV109.12143.73110.79-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.15%
GREEN value IS 116 (45.70% from 255) = 34.32%
BLUE value IS 137 (53.91% from 255) = 40.53%
R=25.15%
G=34.32%
B=40.53%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal851161370.380.1500.46204.2323.4243.53
Hex55748926F02Ecc172c
Octal12516421146170563142754
Binary1010101111010010001001100110111101011101100110010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557489; }

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

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

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

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

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

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

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

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