#55738B

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

Shades of Wedgewood #55738B

Tints of Wedgewood #55738B

Color information

#55738B (or 0x55738B) is unknown color: approx Wedgewood. HEX triplet: 55, 73 and 8B. RGB value is (85,115,139). Sum of RGB (Red+Green+Blue) = 85+115+139=339 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.07% from 339); Green value is 115 (45.31% from 255 or 33.92% from 339); Blue value is 139 (54.69% from 255 or 41.00% from 339); Max value from RGB is 139 - color contains mainly: blue. Hex color #55738B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55738B is #AA8C74. Grayscale: #6C6C6C. Windows color (decimal): -11177077 or 9139029. OLE color: 9139029.

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

Color convert

RGB85115139-
CMYK0.390.1700.45
HSL206.67º24.11%43.92%-
HSV(B)206.67º38.85%54.51%-
XYZ14.5416.0626.76-
YUV108.77145.06111.05-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.07%
GREEN value IS 115 (45.31% from 255) = 33.92%
BLUE value IS 139 (54.69% from 255) = 41.00%
R=25.07%
G=33.92%
B=41.00%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal851151390.390.1700.45206.6724.1143.92
Hex55738B271102Dcf182c
Octal12516321347210553173054
Binary10101011110011100010111001111000101011011100111111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55738B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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