#55677D

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

Shades of Wedgewood #55677D

Tints of Wedgewood #55677D

Color information

#55677D (or 0x55677D) is unknown color: approx Wedgewood. HEX triplet: 55, 67 and 7D. RGB value is (85,103,125). Sum of RGB (Red+Green+Blue) = 85+103+125=313 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.16% from 313); Green value is 103 (40.62% from 255 or 32.91% from 313); Blue value is 125 (49.22% from 255 or 39.94% from 313); Max value from RGB is 125 - color contains mainly: blue. Hex color #55677D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55677D is #AA9882. Grayscale: #646464. Windows color (decimal): -11180163 or 8218453. OLE color: 8218453.

HSL color Cylindrical-coordinate representation of color #55677D: hue angle of 213º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #55677D is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB85103125-
CMYK0.320.1800.51
HSL213º19.05%41.18%-
HSV(B)213º32%49.02%-
XYZ12.313.1121.28-
YUV100.13142.04117.21-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.16%
GREEN value IS 103 (40.62% from 255) = 32.91%
BLUE value IS 125 (49.22% from 255) = 39.94%
R=27.16%
G=32.91%
B=39.94%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal851031250.320.1800.5121319.0541.18
Hex55677D2012033d51329
Octal12514717540220633252351
Binary1010101110011111111011000001001001100111101010110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55677D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,103,125); }

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

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

 a { background-color: rgb(85,103,125); }

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

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

 span { border-color: rgb(85,103,125); }

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