#566F85

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

Shades of Wedgewood #566F85

Tints of Wedgewood #566F85

Color information

#566F85 (or 0x566F85) is unknown color: approx Wedgewood. HEX triplet: 56, 6F and 85. RGB value is (86,111,133). Sum of RGB (Red+Green+Blue) = 86+111+133=330 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.06% from 330); Green value is 111 (43.75% from 255 or 33.64% from 330); Blue value is 133 (52.34% from 255 or 40.30% from 330); Max value from RGB is 133 - color contains mainly: blue. Hex color #566F85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566F85 is #A9907A. Grayscale: #696969. Windows color (decimal): -11112571 or 8744790. OLE color: 8744790.

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

Color convert

RGB86111133-
CMYK0.350.1700.48
HSL208.09º21.46%42.94%-
HSV(B)208.09º35.34%52.16%-
XYZ13.7615.0424.37-
YUV106.03143.22113.71-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.06%
GREEN value IS 111 (43.75% from 255) = 33.64%
BLUE value IS 133 (52.34% from 255) = 40.30%
R=26.06%
G=33.64%
B=40.30%

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
Decimal861111330.350.1700.48208.0921.4642.94
Hex566F852311030d0152b
Octal12615720543210603202553
Binary10101101101111100001011000111000101100001101000010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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