#566B7D

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

Shades of Wedgewood #566B7D

Tints of Wedgewood #566B7D

Color information

#566B7D (or 0x566B7D) is unknown color: approx Wedgewood. HEX triplet: 56, 6B and 7D. RGB value is (86,107,125). Sum of RGB (Red+Green+Blue) = 86+107+125=318 (42% of max value = 765). Red value is 86 (33.98% from 255 or 27.04% from 318); Green value is 107 (42.19% from 255 or 33.65% from 318); Blue value is 125 (49.22% from 255 or 39.31% from 318); Max value from RGB is 125 - color contains mainly: blue. Hex color #566B7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #566B7D is #A99482. Grayscale: #666666. Windows color (decimal): -11113603 or 8219478. OLE color: 8219478.

HSL color Cylindrical-coordinate representation of color #566B7D: hue angle of 207.69º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #566B7D is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB86107125-
CMYK0.310.1400.51
HSL207.69º18.48%41.37%-
HSV(B)207.69º31.2%49.02%-
XYZ12.813.9721.42-
YUV102.77140.54116.04-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.04%
GREEN value IS 107 (42.19% from 255) = 33.65%
BLUE value IS 125 (49.22% from 255) = 39.31%
R=27.04%
G=33.65%
B=39.31%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal861071250.310.1400.51207.6918.4841.37
Hex566B7D1FE033d01229
Octal12615317537160633202251
Binary10101101101011111110111111111001100111101000010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #566B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,107,125); }

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

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

 a { background-color: rgb(86,107,125); }

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

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

 span { border-color: rgb(86,107,125); }

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