Html Css Color HEX #55738D Wedgewood

📋 copy color: '#55738D'

red 85 ◦ green 115 ◦ blue 141

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

Shades of Wedgewood #55738D

Tints of Wedgewood #55738D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.72%

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

R = 24.93%
G = 33.72%
B = 41.35%

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

#55738D (or 0x55738D) is known color: Wedgewood. HEX triplet: 55, 73 and 8D. RGB value is (85,115,141). Sum of RGB (Red+Green+Blue) = 85+115+141=341 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.93% from 341); Green value is 115 (45.31% from 255 or 33.72% from 341); Blue value is 141 (55.47% from 255 or 41.35% from 341); Max value from RGB is 141 - color contains mainly: blue. Hex color #55738D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55738D is #AA8C72. Grayscale: #6C6C6C. Windows color (decimal): -11177075 or 9270101. OLE color: 9270101.

HSL color Cylindrical-coordinate representation of color #55738D: hue angle of 207.86º 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 #55738D is Cyan = 0.40, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 85 115 141 -
CMYK 0.40 0.18 0 0.45
HSL 207.86º 0.25% 0.44% -
HSV(B) 207.86º 0.4% 0.55% -
XYZ 14.68 16.12 27.54 -
YUV 108.99 146.06 110.89 -
System Red Green Blue C M Y K H S L
Decimal 85 115 141 0.40 0.18 0 0.45 207.86 0.25 0.44
Hex 55 73 8D 28 12 0 2D D0 19 2C
Octal 125 163 215 50 22 0 55 320 31 54
Binary 1010101 1110011 10001101 101000 10010 0 101101 11010000 11001 101100

Color Harmonies of #55738D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55738D

Black with #55738D

Text Example


Text Example

White with #55738D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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