Html Css Color HEX #56687E Wedgewood

📋 copy color: '#56687E'

red 86 ◦ green 104 ◦ blue 126

#56687E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wedgewood #56687E

Tints of Wedgewood #56687E

RGB

 RED value IS 86 (33.98% from 255) = 27.22%

 GREEN value IS 104 (41.02% from 255) = 32.91%

 BLUE value IS 126 (49.61% from 255) = 39.87%

R = 27.22%
G = 32.91%
B = 39.87%

CMYK

 C value IS 0.32

 M value IS 0.17

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#56687E (or 0x56687E) is known color: Wedgewood. HEX triplet: 56, 68 and 7E. RGB value is (86,104,126). Sum of RGB (Red+Green+Blue) = 86+104+126=316 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.22% from 316); Green value is 104 (41.02% from 255 or 32.91% from 316); Blue value is 126 (49.61% from 255 or 39.87% from 316); Max value from RGB is 126 - color contains mainly: blue. Hex color #56687E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56687E is #A99781. Grayscale: #656565. Windows color (decimal): -11114370 or 8284246. OLE color: 8284246.

HSL color Cylindrical-coordinate representation of color #56687E: hue angle of 213º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #56687E is Cyan = 0.32, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 86 104 126 -
CMYK 0.32 0.17 0 0.51
HSL 213º 0.19% 0.42% -
HSV(B) 213º 0.32% 0.49% -
XYZ 12.55 13.39 21.66 -
YUV 101.13 142.04 117.21 -
System Red Green Blue C M Y K H S L
Decimal 86 104 126 0.32 0.17 0 0.51 213 0.19 0.42
Hex 56 68 7E 20 11 0 33 D5 13 2A
Octal 126 150 176 40 21 0 63 325 23 52
Binary 1010110 1101000 1111110 100000 10001 0 110011 11010101 10011 101010

Color Harmonies of #56687E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56687E

Black with #56687E

Text Example


Text Example

White with #56687E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56687E; }

 p { color: rgb(86,104,126); }

 H1.HeaderClassName
 {
   color: #56687E;
 }
 .AnyTagClassName
 {
   color: #56687E;
 }
</style>

background-color css

<style>
 a { background-color: #56687E; }

 a { background-color: rgb(86,104,126); }

 div.DivClassName
 {
   background-color: #56687E;
 }
 .BgClassName
 {
   background-color: #56687E;
 }
</style>

border-color css

<style>
 span { border-color: #56687E; }

 span { border-color: rgb(86,104,126); }

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