#55758B

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

Shades of Wedgewood #55758B

Tints of Wedgewood #55758B

Color information

#55758B (or 0x55758B) is unknown color: approx Wedgewood. HEX triplet: 55, 75 and 8B. RGB value is (85,117,139). Sum of RGB (Red+Green+Blue) = 85+117+139=341 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.93% from 341); Green value is 117 (46.09% from 255 or 34.31% 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 #55758B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55758B is #AA8A74. Grayscale: #6D6D6D. Windows color (decimal): -11176565 or 9139541. OLE color: 9139541.

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

Color convert

RGB85117139-
CMYK0.390.1600.45
HSL204.44º24.11%43.92%-
HSV(B)204.44º38.85%54.51%-
XYZ14.7716.5226.84-
YUV109.94144.4110.21-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.93%
GREEN value IS 117 (46.09% from 255) = 34.31%
BLUE value IS 139 (54.69% from 255) = 40.76%
R=24.93%
G=34.31%
B=40.76%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal851171390.390.1600.45204.4424.1143.92
Hex55758B271002Dcc182c
Octal12516521347200553143054
Binary10101011110101100010111001111000001011011100110011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55758B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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