Html Css Color HEX #55687C Wedgewood

📋 copy color: '#55687C'

red 85 ◦ green 104 ◦ blue 124

#55687C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wedgewood #55687C

Tints of Wedgewood #55687C

RGB

 RED value IS 85 (33.59% from 255) = 27.16%

 GREEN value IS 104 (41.02% from 255) = 33.23%

 BLUE value IS 124 (48.83% from 255) = 39.62%

R = 27.16%
G = 33.23%
B = 39.62%

CMYK

 C value IS 0.31

 M value IS 0.16

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#55687C (or 0x55687C) is known color: Wedgewood. HEX triplet: 55, 68 and 7C. RGB value is (85,104,124). Sum of RGB (Red+Green+Blue) = 85+104+124=313 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.16% from 313); Green value is 104 (41.02% from 255 or 33.23% from 313); Blue value is 124 (48.83% from 255 or 39.62% from 313); Max value from RGB is 124 - color contains mainly: blue. Hex color #55687C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55687C is #AA9783. Grayscale: #646464. Windows color (decimal): -11179908 or 8153173. OLE color: 8153173.

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

Color convert

RGB 85 104 124 -
CMYK 0.31 0.16 0 0.51
HSL 210.77º 0.19% 0.41% -
HSV(B) 210.77º 0.31% 0.49% -
XYZ 12.33 13.29 20.98 -
YUV 100.6 141.21 116.87 -
System Red Green Blue C M Y K H S L
Decimal 85 104 124 0.31 0.16 0 0.51 210.77 0.19 0.41
Hex 55 68 7C 1F 10 0 33 D3 13 29
Octal 125 150 174 37 20 0 63 323 23 51
Binary 1010101 1101000 1111100 11111 10000 0 110011 11010011 10011 101001

Color Harmonies of #55687C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55687C

Black with #55687C

Text Example


Text Example

White with #55687C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55687C; }

 p { color: rgb(85,104,124); }

 H1.HeaderClassName
 {
   color: #55687C;
 }
 .AnyTagClassName
 {
   color: #55687C;
 }
</style>

background-color css

<style>
 a { background-color: #55687C; }

 a { background-color: rgb(85,104,124); }

 div.DivClassName
 {
   background-color: #55687C;
 }
 .BgClassName
 {
   background-color: #55687C;
 }
</style>

border-color css

<style>
 span { border-color: #55687C; }

 span { border-color: rgb(85,104,124); }

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