Html Css Color HEX #55677A Wedgewood

📋 copy color: '#55677A'

red 85 ◦ green 103 ◦ blue 122

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

Shades of Wedgewood #55677A

Tints of Wedgewood #55677A

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.23%

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

R = 27.42%
G = 33.23%
B = 39.35%

CMYK

 C value IS 0.30

 M value IS 0.16

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#55677A (or 0x55677A) is known color: Wedgewood. HEX triplet: 55, 67 and 7A. RGB value is (85,103,122). Sum of RGB (Red+Green+Blue) = 85+103+122=310 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.42% from 310); Green value is 103 (40.62% from 255 or 33.23% from 310); Blue value is 122 (48.05% from 255 or 39.35% from 310); Max value from RGB is 122 - color contains mainly: blue. Hex color #55677A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55677A is #AA9885. Grayscale: #636363. Windows color (decimal): -11180166 or 8021845. OLE color: 8021845.

HSL color Cylindrical-coordinate representation of color #55677A: hue angle of 210.81º 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 #55677A is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 85 103 122 -
CMYK 0.30 0.16 0 0.52
HSL 210.81º 0.18% 0.41% -
HSV(B) 210.81º 0.3% 0.48% -
XYZ 12.11 13.04 20.29 -
YUV 99.78 140.54 117.46 -
System Red Green Blue C M Y K H S L
Decimal 85 103 122 0.30 0.16 0 0.52 210.81 0.18 0.41
Hex 55 67 7A 1E 10 0 34 D3 12 29
Octal 125 147 172 36 20 0 64 323 22 51
Binary 1010101 1100111 1111010 11110 10000 0 110100 11010011 10010 101001

Color Harmonies of #55677A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55677A

Black with #55677A

Text Example


Text Example

White with #55677A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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