Html Css Color HEX #55748D Wedgewood

📋 copy color: '#55748D'

red 85 ◦ green 116 ◦ blue 141

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

Shades of Wedgewood #55748D

Tints of Wedgewood #55748D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.92%

 BLUE value IS 141 (55.47% from 255) = 41.23%

R = 24.85%
G = 33.92%
B = 41.23%

CMYK

 C value IS 0.40

 M value IS 0.18

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#55748D (or 0x55748D) is known color: Wedgewood. HEX triplet: 55, 74 and 8D. RGB value is (85,116,141). Sum of RGB (Red+Green+Blue) = 85+116+141=342 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.85% from 342); Green value is 116 (45.70% from 255 or 33.92% from 342); Blue value is 141 (55.47% from 255 or 41.23% from 342); Max value from RGB is 141 - color contains mainly: blue. Hex color #55748D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55748D is #AA8B72. Grayscale: #6D6D6D. Windows color (decimal): -11176819 or 9270357. OLE color: 9270357.

HSL color Cylindrical-coordinate representation of color #55748D: hue angle of 206.79º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #55748D is Cyan = 0.40, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 85 116 141 -
CMYK 0.40 0.18 0 0.45
HSL 206.79º 0.25% 0.44% -
HSV(B) 206.79º 0.4% 0.55% -
XYZ 14.8 16.35 27.57 -
YUV 109.58 145.73 110.47 -
System Red Green Blue C M Y K H S L
Decimal 85 116 141 0.40 0.18 0 0.45 206.79 0.25 0.44
Hex 55 74 8D 28 12 0 2D CF 19 2C
Octal 125 164 215 50 22 0 55 317 31 54
Binary 1010101 1110100 10001101 101000 10010 0 101101 11001111 11001 101100

Color Harmonies of #55748D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55748D

Black with #55748D

Text Example


Text Example

White with #55748D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55748D; }

 p { color: rgb(85,116,141); }

 H1.HeaderClassName
 {
   color: #55748D;
 }
 .AnyTagClassName
 {
   color: #55748D;
 }
</style>

background-color css

<style>
 a { background-color: #55748D; }

 a { background-color: rgb(85,116,141); }

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

border-color css

<style>
 span { border-color: #55748D; }

 span { border-color: rgb(85,116,141); }

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