#557689

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

Shades of Wedgewood #557689

Tints of Wedgewood #557689

Color information

#557689 (or 0x557689) is unknown color: approx Wedgewood. HEX triplet: 55, 76 and 89. RGB value is (85,118,137). Sum of RGB (Red+Green+Blue) = 85+118+137=340 (45% of max value = 765). Red value is 85 (33.59% from 255 or 25% from 340); Green value is 118 (46.48% from 255 or 34.71% from 340); Blue value is 137 (53.91% from 255 or 40.29% from 340); Max value from RGB is 137 - color contains mainly: blue. Hex color #557689 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557689 is #AA8976. Grayscale: #6E6E6E. Windows color (decimal): -11176311 or 9008725. OLE color: 9008725.

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

Color convert

RGB85118137-
CMYK0.380.1400.46
HSL201.92º23.42%43.53%-
HSV(B)201.92º37.96%53.73%-
XYZ14.7416.6926.11-
YUV110.3143.07109.96-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25%
GREEN value IS 118 (46.48% from 255) = 34.71%
BLUE value IS 137 (53.91% from 255) = 40.29%
R=25%
G=34.71%
B=40.29%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal851181370.380.1400.46201.9223.4243.53
Hex55768926E02Eca172c
Octal12516621146160563122754
Binary1010101111011010001001100110111001011101100101010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557689; }

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

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

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

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

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

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

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

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