Html Css Color HEX #55667A Wedgewood

📋 copy color: '#55667A'

red 85 ◦ green 102 ◦ blue 122

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

Shades of Wedgewood #55667A

Tints of Wedgewood #55667A

RGB

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

 GREEN value IS 102 (40.23% from 255) = 33.01%

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

R = 27.51%
G = 33.01%
B = 39.48%

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

#55667A (or 0x55667A) is known color: Wedgewood. HEX triplet: 55, 66 and 7A. RGB value is (85,102,122). Sum of RGB (Red+Green+Blue) = 85+102+122=309 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.51% from 309); Green value is 102 (40.23% from 255 or 33.01% from 309); Blue value is 122 (48.05% from 255 or 39.48% from 309); Max value from RGB is 122 - color contains mainly: blue. Hex color #55667A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55667A is #AA9985. Grayscale: #636363. Windows color (decimal): -11180422 or 8021589. OLE color: 8021589.

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

Color convert

RGB 85 102 122 -
CMYK 0.30 0.16 0 0.52
HSL 212.43º 0.18% 0.41% -
HSV(B) 212.43º 0.3% 0.48% -
XYZ 12.01 12.84 20.26 -
YUV 99.2 140.87 117.87 -
System Red Green Blue C M Y K H S L
Decimal 85 102 122 0.30 0.16 0 0.52 212.43 0.18 0.41
Hex 55 66 7A 1E 10 0 34 D4 12 29
Octal 125 146 172 36 20 0 64 324 22 51
Binary 1010101 1100110 1111010 11110 10000 0 110100 11010100 10010 101001

Color Harmonies of #55667A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55667A

Black with #55667A

Text Example


Text Example

White with #55667A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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