#566F84

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

Shades of Wedgewood #566F84

Tints of Wedgewood #566F84

Color information

#566F84 (or 0x566F84) is unknown color: approx Wedgewood. HEX triplet: 56, 6F and 84. RGB value is (86,111,132). Sum of RGB (Red+Green+Blue) = 86+111+132=329 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.14% from 329); Green value is 111 (43.75% from 255 or 33.74% from 329); Blue value is 132 (51.95% from 255 or 40.12% from 329); Max value from RGB is 132 - color contains mainly: blue. Hex color #566F84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566F84 is #A9907B. Grayscale: #696969. Windows color (decimal): -11112572 or 8679254. OLE color: 8679254.

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

Color convert

RGB86111132-
CMYK0.350.1600.48
HSL207.39º21.1%42.75%-
HSV(B)207.39º34.85%51.76%-
XYZ13.6915.0124.01-
YUV105.92142.72113.79-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.14%
GREEN value IS 111 (43.75% from 255) = 33.74%
BLUE value IS 132 (51.95% from 255) = 40.12%
R=26.14%
G=33.74%
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.48
SystemRedGreenBlueCMYKHSL
Decimal861111320.350.1600.48207.3921.142.75
Hex566F842310030cf152b
Octal12615720443200603172553
Binary10101101101111100001001000111000001100001100111110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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