Html Css Color HEX #55738B Wedgewood

📋 copy color: '#55738B'

red 85 ◦ green 115 ◦ blue 139

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

Shades of Wedgewood #55738B

Tints of Wedgewood #55738B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 41%

R = 25.07%
G = 33.92%
B = 41%

CMYK

 C value IS 0.39

 M value IS 0.17

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#55738B (or 0x55738B) is known color: Wedgewood. HEX triplet: 55, 73 and 8B. RGB value is (85,115,139). Sum of RGB (Red+Green+Blue) = 85+115+139=339 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.07% from 339); Green value is 115 (45.31% from 255 or 33.92% from 339); Blue value is 139 (54.69% from 255 or 41.00% from 339); Max value from RGB is 139 - color contains mainly: blue. Hex color #55738B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55738B is #AA8C74. Grayscale: #6C6C6C. Windows color (decimal): -11177077 or 9139029. OLE color: 9139029.

HSL color Cylindrical-coordinate representation of color #55738B: hue angle of 206.67º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #55738B is Cyan = 0.39, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 85 115 139 -
CMYK 0.39 0.17 0 0.45
HSL 206.67º 0.24% 0.44% -
HSV(B) 206.67º 0.39% 0.55% -
XYZ 14.54 16.06 26.76 -
YUV 108.77 145.06 111.05 -
System Red Green Blue C M Y K H S L
Decimal 85 115 139 0.39 0.17 0 0.45 206.67 0.24 0.44
Hex 55 73 8B 27 11 0 2D CF 18 2C
Octal 125 163 213 47 21 0 55 317 30 54
Binary 1010101 1110011 10001011 100111 10001 0 101101 11001111 11000 101100

Color Harmonies of #55738B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55738B

Black with #55738B

Text Example


Text Example

White with #55738B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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