#56748B

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

Shades of Wedgewood #56748B

Tints of Wedgewood #56748B

Color information

#56748B (or 0x56748B) is unknown color: approx Wedgewood. HEX triplet: 56, 74 and 8B. RGB value is (86,116,139). Sum of RGB (Red+Green+Blue) = 86+116+139=341 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.22% from 341); Green value is 116 (45.70% from 255 or 34.02% from 341); Blue value is 139 (54.69% from 255 or 40.76% from 341); Max value from RGB is 139 - color contains mainly: blue. Hex color #56748B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56748B is #A98B74. Grayscale: #6D6D6D. Windows color (decimal): -11111285 or 9139286. OLE color: 9139286.

HSL color Cylindrical-coordinate representation of color #56748B: hue angle of 206.04º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #56748B is Cyan = 0.38, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB86116139-
CMYK0.380.1700.45
HSL206.04º23.56%44.12%-
HSV(B)206.04º38.13%54.51%-
XYZ14.7416.3326.8-
YUV109.65144.56111.13-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.22%
GREEN value IS 116 (45.70% from 255) = 34.02%
BLUE value IS 139 (54.69% from 255) = 40.76%
R=25.22%
G=34.02%
B=40.76%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal861161390.380.1700.45206.0423.5644.12
Hex56748B261102Dce182c
Octal12616421346210553163054
Binary10101101110100100010111001101000101011011100111011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56748B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,116,139); }

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

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

 a { background-color: rgb(86,116,139); }

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

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

 span { border-color: rgb(86,116,139); }

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