#56738A

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

Shades of Wedgewood #56738A

Tints of Wedgewood #56738A

Color information

#56738A (or 0x56738A) is unknown color: approx Wedgewood. HEX triplet: 56, 73 and 8A. RGB value is (86,115,138). Sum of RGB (Red+Green+Blue) = 86+115+138=339 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.37% from 339); Green value is 115 (45.31% from 255 or 33.92% from 339); Blue value is 138 (54.30% from 255 or 40.71% from 339); Max value from RGB is 138 - color contains mainly: blue. Hex color #56738A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56738A is #A98C75. Grayscale: #6C6C6C. Windows color (decimal): -11111542 or 9073494. OLE color: 9073494.

HSL color Cylindrical-coordinate representation of color #56738A: hue angle of 206.54º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #56738A is Cyan = 0.38, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB86115138-
CMYK0.380.1700.46
HSL206.54º23.21%43.92%-
HSV(B)206.54º37.68%54.12%-
XYZ14.5616.0726.38-
YUV108.95144.39111.63-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.37%
GREEN value IS 115 (45.31% from 255) = 33.92%
BLUE value IS 138 (54.30% from 255) = 40.71%
R=25.37%
G=33.92%
B=40.71%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal861151380.380.1700.46206.5423.2143.92
Hex56738A261102Ecf172c
Octal12616321246210563172754
Binary10101101110011100010101001101000101011101100111110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56738A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56738A; }

 p { color: rgb(86,115,138); }

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

<style>
 a { background-color: #56738A; }

 a { background-color: rgb(86,115,138); }

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

<style>
 span { border-color: #56738A; }

 span { border-color: rgb(86,115,138); }

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