#55718B

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

Shades of Wedgewood #55718B

Tints of Wedgewood #55718B

Color information

#55718B (or 0x55718B) is unknown color: approx Wedgewood. HEX triplet: 55, 71 and 8B. RGB value is (85,113,139). Sum of RGB (Red+Green+Blue) = 85+113+139=337 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.22% from 337); Green value is 113 (44.53% from 255 or 33.53% from 337); Blue value is 139 (54.69% from 255 or 41.25% from 337); Max value from RGB is 139 - color contains mainly: blue. Hex color #55718B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55718B is #AA8E74. Grayscale: #6B6B6B. Windows color (decimal): -11177589 or 9138517. OLE color: 9138517.

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

Color convert

RGB85113139-
CMYK0.390.1900.45
HSL208.89º24.11%43.92%-
HSV(B)208.89º38.85%54.51%-
XYZ14.3115.6126.68-
YUV107.59145.72111.89-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.22%
GREEN value IS 113 (44.53% from 255) = 33.53%
BLUE value IS 139 (54.69% from 255) = 41.25%
R=25.22%
G=33.53%
B=41.25%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal851131390.390.1900.45208.8924.1143.92
Hex55718B271302Dd1182c
Octal12516121347230553213054
Binary10101011110001100010111001111001101011011101000111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55718B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,113,139); }

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

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

 a { background-color: rgb(85,113,139); }

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

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

 span { border-color: rgb(85,113,139); }

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