#557184

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

Shades of Wedgewood #557184

Tints of Wedgewood #557184

Color information

#557184 (or 0x557184) is unknown color: approx Wedgewood. HEX triplet: 55, 71 and 84. RGB value is (85,113,132). Sum of RGB (Red+Green+Blue) = 85+113+132=330 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.76% from 330); Green value is 113 (44.53% from 255 or 34.24% from 330); Blue value is 132 (51.95% from 255 or 40% from 330); Max value from RGB is 132 - color contains mainly: blue. Hex color #557184 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557184 is #AA8E7B. Grayscale: #6A6A6A. Windows color (decimal): -11177596 or 8679765. OLE color: 8679765.

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

Color convert

RGB85113132-
CMYK0.360.1400.48
HSL204.26º21.66%42.55%-
HSV(B)204.26º35.61%51.76%-
XYZ13.8215.4124.08-
YUV106.79142.22112.46-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.76%
GREEN value IS 113 (44.53% from 255) = 34.24%
BLUE value IS 132 (51.95% from 255) = 40%
R=25.76%
G=34.24%
B=40%

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
Decimal851131320.360.1400.48204.2621.6642.55
Hex55718424E030cc162b
Octal12516120444160603142653
Binary1010101111000110000100100100111001100001100110010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557184; }

 p { color: rgb(85,113,132); }

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

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

 a { background-color: rgb(85,113,132); }

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

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

 span { border-color: rgb(85,113,132); }

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