#56697B

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

Shades of Wedgewood #56697B

Tints of Wedgewood #56697B

Color information

#56697B (or 0x56697B) is unknown color: approx Wedgewood. HEX triplet: 56, 69 and 7B. RGB value is (86,105,123). Sum of RGB (Red+Green+Blue) = 86+105+123=314 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.39% from 314); Green value is 105 (41.41% from 255 or 33.44% from 314); Blue value is 123 (48.44% from 255 or 39.17% from 314); Max value from RGB is 123 - color contains mainly: blue. Hex color #56697B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56697B is #A99684. Grayscale: #656565. Windows color (decimal): -11114117 or 8087894. OLE color: 8087894.

HSL color Cylindrical-coordinate representation of color #56697B: hue angle of 209.19º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #56697B is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB86105123-
CMYK0.300.1500.52
HSL209.19º17.7%40.98%-
HSV(B)209.19º30.08%48.24%-
XYZ12.4613.5120.69-
YUV101.37140.21117.04-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.39%
GREEN value IS 105 (41.41% from 255) = 33.44%
BLUE value IS 123 (48.44% from 255) = 39.17%
R=27.39%
G=33.44%
B=39.17%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal861051230.300.1500.52209.1917.740.98
Hex56697B1EF034d11229
Octal12615117336170643212251
Binary10101101101001111101111110111101101001101000110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56697B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56697B; }

 p { color: rgb(86,105,123); }

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

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

 a { background-color: rgb(86,105,123); }

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

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

 span { border-color: rgb(86,105,123); }

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