#56758B

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

Shades of Wedgewood #56758B

Tints of Wedgewood #56758B

Color information

#56758B (or 0x56758B) is unknown color: approx Wedgewood. HEX triplet: 56, 75 and 8B. RGB value is (86,117,139). Sum of RGB (Red+Green+Blue) = 86+117+139=342 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.15% from 342); Green value is 117 (46.09% from 255 or 34.21% from 342); Blue value is 139 (54.69% from 255 or 40.64% from 342); Max value from RGB is 139 - color contains mainly: blue. Hex color #56758B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56758B is #A98A74. Grayscale: #6E6E6E. Windows color (decimal): -11111029 or 9139542. OLE color: 9139542.

HSL color Cylindrical-coordinate representation of color #56758B: hue angle of 204.91º 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 #56758B is Cyan = 0.38, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB86117139-
CMYK0.380.1600.45
HSL204.91º23.56%44.12%-
HSV(B)204.91º38.13%54.51%-
XYZ14.8616.5726.84-
YUV110.24144.23110.71-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 25.15%
GREEN value IS 117 (46.09% from 255) = 34.21%
BLUE value IS 139 (54.69% from 255) = 40.64%
R=25.15%
G=34.21%
B=40.64%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal861171390.380.1600.45204.9123.5644.12
Hex56758B261002Dcd182c
Octal12616521346200553153054
Binary10101101110101100010111001101000001011011100110111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56758B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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