Html Css Color HEX #55687A Wedgewood

📋 copy color: '#55687A'

red 85 ◦ green 104 ◦ blue 122

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

Shades of Wedgewood #55687A

Tints of Wedgewood #55687A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 39.23%

R = 27.33%
G = 33.44%
B = 39.23%

CMYK

 C value IS 0.30

 M value IS 0.15

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#55687A (or 0x55687A) is known color: Wedgewood. HEX triplet: 55, 68 and 7A. RGB value is (85,104,122). Sum of RGB (Red+Green+Blue) = 85+104+122=311 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.33% from 311); Green value is 104 (41.02% from 255 or 33.44% from 311); Blue value is 122 (48.05% from 255 or 39.23% from 311); Max value from RGB is 122 - color contains mainly: blue. Hex color #55687A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55687A is #AA9785. Grayscale: #646464. Windows color (decimal): -11179910 or 8022101. OLE color: 8022101.

HSL color Cylindrical-coordinate representation of color #55687A: hue angle of 209.19º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #55687A is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 85 104 122 -
CMYK 0.30 0.15 0 0.52
HSL 209.19º 0.18% 0.41% -
HSV(B) 209.19º 0.3% 0.48% -
XYZ 12.21 13.24 20.32 -
YUV 100.37 140.21 117.04 -
System Red Green Blue C M Y K H S L
Decimal 85 104 122 0.30 0.15 0 0.52 209.19 0.18 0.41
Hex 55 68 7A 1E F 0 34 D1 12 29
Octal 125 150 172 36 17 0 64 321 22 51
Binary 1010101 1101000 1111010 11110 1111 0 110100 11010001 10010 101001

Color Harmonies of #55687A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55687A

Black with #55687A

Text Example


Text Example

White with #55687A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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