#577085

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

Shades of Wedgewood #577085

Tints of Wedgewood #577085

Color information

#577085 (or 0x577085) is unknown color: approx Wedgewood. HEX triplet: 57, 70 and 85. RGB value is (87,112,133). Sum of RGB (Red+Green+Blue) = 87+112+133=332 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.20% from 332); Green value is 112 (44.14% from 255 or 33.73% from 332); Blue value is 133 (52.34% from 255 or 40.06% from 332); Max value from RGB is 133 - color contains mainly: blue. Hex color #577085 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #577085 is #A88F7A. Grayscale: #6A6A6A. Windows color (decimal): -11046779 or 8745047. OLE color: 8745047.

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

Color convert

RGB87112133-
CMYK0.350.1600.48
HSL207.39º20.91%43.14%-
HSV(B)207.39º34.59%52.16%-
XYZ13.9615.3124.41-
YUV106.92142.72113.79-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.20%
GREEN value IS 112 (44.14% from 255) = 33.73%
BLUE value IS 133 (52.34% from 255) = 40.06%
R=26.20%
G=33.73%
B=40.06%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal871121330.350.1600.48207.3920.9143.14
Hex5770852310030cf152b
Octal12716020543200603172553
Binary10101111110000100001011000111000001100001100111110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #577085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #577085; }

 p { color: rgb(87,112,133); }

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

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

 a { background-color: rgb(87,112,133); }

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

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

 span { border-color: rgb(87,112,133); }

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