#577186

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

Shades of Wedgewood #577186

Tints of Wedgewood #577186

Color information

#577186 (or 0x577186) is unknown color: approx Wedgewood. HEX triplet: 57, 71 and 86. RGB value is (87,113,134). Sum of RGB (Red+Green+Blue) = 87+113+134=334 (44% of max value = 765). Red value is 87 (34.38% from 255 or 26.05% from 334); Green value is 113 (44.53% from 255 or 33.83% from 334); Blue value is 134 (52.73% from 255 or 40.12% from 334); Max value from RGB is 134 - color contains mainly: blue. Hex color #577186 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577186 is #A88E79. Grayscale: #6B6B6B. Windows color (decimal): -11046522 or 8810839. OLE color: 8810839.

HSL color Cylindrical-coordinate representation of color #577186: hue angle of 206.81º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #577186 is Cyan = 0.35, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB87113134-
CMYK0.350.1600.47
HSL206.81º21.27%43.33%-
HSV(B)206.81º35.07%52.55%-
XYZ14.1415.5624.81-
YUV107.62142.89113.29-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.05%
GREEN value IS 113 (44.53% from 255) = 33.83%
BLUE value IS 134 (52.73% from 255) = 40.12%
R=26.05%
G=33.83%
B=40.12%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal871131340.350.1600.47206.8121.2743.33
Hex577186231002Fcf152b
Octal12716120643200573172553
Binary10101111110001100001101000111000001011111100111110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #577186; }

 p { color: rgb(87,113,134); }

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

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

 a { background-color: rgb(87,113,134); }

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

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

 span { border-color: rgb(87,113,134); }

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