#55768B

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

Shades of Wedgewood #55768B

Tints of Wedgewood #55768B

Color information

#55768B (or 0x55768B) is unknown color: approx Wedgewood. HEX triplet: 55, 76 and 8B. RGB value is (85,118,139). Sum of RGB (Red+Green+Blue) = 85+118+139=342 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.85% from 342); Green value is 118 (46.48% from 255 or 34.50% 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 #55768B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55768B is #AA8974. Grayscale: #6E6E6E. Windows color (decimal): -11176309 or 9139797. OLE color: 9139797.

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

Color convert

RGB85118139-
CMYK0.390.1500.45
HSL203.33º24.11%43.92%-
HSV(B)203.33º38.85%54.51%-
XYZ14.8816.7526.88-
YUV110.53144.07109.79-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.85%
GREEN value IS 118 (46.48% from 255) = 34.50%
BLUE value IS 139 (54.69% from 255) = 40.64%
R=24.85%
G=34.50%
B=40.64%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal851181390.390.1500.45203.3324.1143.92
Hex55768B27F02Dcb182c
Octal12516621347170553133054
Binary1010101111011010001011100111111101011011100101111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55768B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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