#557588

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

Shades of Wedgewood #557588

Tints of Wedgewood #557588

Color information

#557588 (or 0x557588) is unknown color: approx Wedgewood. HEX triplet: 55, 75 and 88. RGB value is (85,117,136). Sum of RGB (Red+Green+Blue) = 85+117+136=338 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.15% from 338); Green value is 117 (46.09% from 255 or 34.62% from 338); Blue value is 136 (53.52% from 255 or 40.24% from 338); Max value from RGB is 136 - color contains mainly: blue. Hex color #557588 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557588 is #AA8A77. Grayscale: #6D6D6D. Windows color (decimal): -11176568 or 8942933. OLE color: 8942933.

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

Color convert

RGB85117136-
CMYK0.380.1400.47
HSL202.35º23.08%43.33%-
HSV(B)202.35º37.5%53.33%-
XYZ14.5516.4325.7-
YUV109.6142.9110.46-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.15%
GREEN value IS 117 (46.09% from 255) = 34.62%
BLUE value IS 136 (53.52% from 255) = 40.24%
R=25.15%
G=34.62%
B=40.24%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal851171360.380.1400.47202.3523.0843.33
Hex55758826E02Fca172b
Octal12516521046160573122753
Binary1010101111010110001000100110111001011111100101010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557588; }

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

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

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

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

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

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

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

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