#557385

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

Shades of Wedgewood #557385

Tints of Wedgewood #557385

Color information

#557385 (or 0x557385) is unknown color: approx Wedgewood. HEX triplet: 55, 73 and 85. RGB value is (85,115,133). Sum of RGB (Red+Green+Blue) = 85+115+133=333 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.53% from 333); Green value is 115 (45.31% from 255 or 34.53% from 333); Blue value is 133 (52.34% from 255 or 39.94% from 333); Max value from RGB is 133 - color contains mainly: blue. Hex color #557385 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557385 is #AA8C7A. Grayscale: #6B6B6B. Windows color (decimal): -11177083 or 8745813. OLE color: 8745813.

HSL color Cylindrical-coordinate representation of color #557385: hue angle of 202.5º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #557385 is Cyan = 0.36, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB85115133-
CMYK0.360.1400.48
HSL202.5º22.02%42.75%-
HSV(B)202.5º36.09%52.16%-
XYZ14.1115.8924.51-
YUV108.08142.06111.54-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.53%
GREEN value IS 115 (45.31% from 255) = 34.53%
BLUE value IS 133 (52.34% from 255) = 39.94%
R=25.53%
G=34.53%
B=39.94%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal851151330.360.1400.48202.522.0242.75
Hex55738524E030ca162b
Octal12516320544160603122653
Binary1010101111001110000101100100111001100001100101010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557385; }

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

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

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

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

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

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

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

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