Html Css Color HEX #55697F Wedgewood

📋 copy color: '#55697F'

red 85 ◦ green 105 ◦ blue 127

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

Shades of Wedgewood #55697F

Tints of Wedgewood #55697F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 33.12%

 BLUE value IS 127 (50% from 255) = 40.06%

R = 26.81%
G = 33.12%
B = 40.06%

CMYK

 C value IS 0.33

 M value IS 0.17

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#55697F (or 0x55697F) is known color: Wedgewood. HEX triplet: 55, 69 and 7F. RGB value is (85,105,127). Sum of RGB (Red+Green+Blue) = 85+105+127=317 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.81% from 317); Green value is 105 (41.41% from 255 or 33.12% from 317); Blue value is 127 (50% from 255 or 40.06% from 317); Max value from RGB is 127 - color contains mainly: blue. Hex color #55697F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55697F is #AA9680. Grayscale: #656565. Windows color (decimal): -11179649 or 8350037. OLE color: 8350037.

HSL color Cylindrical-coordinate representation of color #55697F: hue angle of 211.43º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #55697F is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 85 105 127 -
CMYK 0.33 0.17 0 0.50
HSL 211.43º 0.2% 0.42% -
HSV(B) 211.43º 0.33% 0.5% -
XYZ 12.63 13.57 22.03 -
YUV 101.53 142.37 116.21 -
System Red Green Blue C M Y K H S L
Decimal 85 105 127 0.33 0.17 0 0.50 211.43 0.2 0.42
Hex 55 69 7F 21 11 0 32 D3 14 2A
Octal 125 151 177 41 21 0 62 323 24 52
Binary 1010101 1101001 1111111 100001 10001 0 110010 11010011 10100 101010

Color Harmonies of #55697F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55697F

Black with #55697F

Text Example


Text Example

White with #55697F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55697F; }

 p { color: rgb(85,105,127); }

 H1.HeaderClassName
 {
   color: #55697F;
 }
 .AnyTagClassName
 {
   color: #55697F;
 }
</style>

background-color css

<style>
 a { background-color: #55697F; }

 a { background-color: rgb(85,105,127); }

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

border-color css

<style>
 span { border-color: #55697F; }

 span { border-color: rgb(85,105,127); }

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