#55758D

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

Shades of Wedgewood #55758D

Tints of Wedgewood #55758D

Color information

#55758D (or 0x55758D) is unknown color: approx Wedgewood. HEX triplet: 55, 75 and 8D. RGB value is (85,117,141). Sum of RGB (Red+Green+Blue) = 85+117+141=343 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.78% from 343); Green value is 117 (46.09% from 255 or 34.11% from 343); Blue value is 141 (55.47% from 255 or 41.11% from 343); Max value from RGB is 141 - color contains mainly: blue. Hex color #55758D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55758D is #AA8A72. Grayscale: #6E6E6E. Windows color (decimal): -11176563 or 9270613. OLE color: 9270613.

HSL color Cylindrical-coordinate representation of color #55758D: hue angle of 205.71º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #55758D is Cyan = 0.40, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB85117141-
CMYK0.400.1700.45
HSL205.71º24.78%44.31%-
HSV(B)205.71º39.72%55.29%-
XYZ14.9216.5827.61-
YUV110.17145.4110.05-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.78%
GREEN value IS 117 (46.09% from 255) = 34.11%
BLUE value IS 141 (55.47% from 255) = 41.11%
R=24.78%
G=34.11%
B=41.11%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal851171410.400.1700.45205.7124.7844.31
Hex55758D281102Dce192c
Octal12516521550210553163154
Binary10101011110101100011011010001000101011011100111011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55758D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55758D; }

 p { color: rgb(85,117,141); }

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

<style>
 a { background-color: #55758D; }

 a { background-color: rgb(85,117,141); }

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

<style>
 span { border-color: #55758D; }

 span { border-color: rgb(85,117,141); }

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