#56697D

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

Shades of Wedgewood #56697D

Tints of Wedgewood #56697D

Color information

#56697D (or 0x56697D) is unknown color: approx Wedgewood. HEX triplet: 56, 69 and 7D. RGB value is (86,105,125). Sum of RGB (Red+Green+Blue) = 86+105+125=316 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.22% from 316); Green value is 105 (41.41% from 255 or 33.23% from 316); Blue value is 125 (49.22% from 255 or 39.56% from 316); Max value from RGB is 125 - color contains mainly: blue. Hex color #56697D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56697D is #A99682. Grayscale: #656565. Windows color (decimal): -11114115 or 8218966. OLE color: 8218966.

HSL color Cylindrical-coordinate representation of color #56697D: hue angle of 210.77º 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 #56697D is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB86105125-
CMYK0.310.1600.51
HSL210.77º18.48%41.37%-
HSV(B)210.77º31.2%49.02%-
XYZ12.5913.5621.36-
YUV101.6141.21116.87-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.22%
GREEN value IS 105 (41.41% from 255) = 33.23%
BLUE value IS 125 (49.22% from 255) = 39.56%
R=27.22%
G=33.23%
B=39.56%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal861051250.310.1600.51210.7718.4841.37
Hex56697D1F10033d31229
Octal12615117537200633232251
Binary101011011010011111101111111000001100111101001110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56697D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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