#576F85

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

Shades of Wedgewood #576F85

Tints of Wedgewood #576F85

Color information

#576F85 (or 0x576F85) is unknown color: approx Wedgewood. HEX triplet: 57, 6F and 85. RGB value is (87,111,133). Sum of RGB (Red+Green+Blue) = 87+111+133=331 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.28% from 331); Green value is 111 (43.75% from 255 or 33.53% from 331); Blue value is 133 (52.34% from 255 or 40.18% from 331); Max value from RGB is 133 - color contains mainly: blue. Hex color #576F85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576F85 is #A8907A. Grayscale: #6A6A6A. Windows color (decimal): -11047035 or 8744791. OLE color: 8744791.

HSL color Cylindrical-coordinate representation of color #576F85: hue angle of 208.7º 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 #576F85 is Cyan = 0.35, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB87111133-
CMYK0.350.1700.48
HSL208.7º20.91%43.14%-
HSV(B)208.7º34.59%52.16%-
XYZ13.8515.0924.37-
YUV106.33143.05114.21-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.28%
GREEN value IS 111 (43.75% from 255) = 33.53%
BLUE value IS 133 (52.34% from 255) = 40.18%
R=26.28%
G=33.53%
B=40.18%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal871111330.350.1700.48208.720.9143.14
Hex576F852311030d1152b
Octal12715720543210603212553
Binary10101111101111100001011000111000101100001101000110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #576F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #576F85; }

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

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

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

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

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

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

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

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