Html Css Color HEX #55748B Wedgewood

📋 copy color: '#55748B'

red 85 ◦ green 116 ◦ blue 139

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

Shades of Wedgewood #55748B

Tints of Wedgewood #55748B

RGB

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

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

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

R = 25%
G = 34.12%
B = 40.88%

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

#55748B (or 0x55748B) is known color: Wedgewood. HEX triplet: 55, 74 and 8B. RGB value is (85,116,139). Sum of RGB (Red+Green+Blue) = 85+116+139=340 (45% of max value = 765). Red value is 85 (33.59% from 255 or 25% from 340); Green value is 116 (45.70% from 255 or 34.12% from 340); Blue value is 139 (54.69% from 255 or 40.88% from 340); Max value from RGB is 139 - color contains mainly: blue. Hex color #55748B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55748B is #AA8B74. Grayscale: #6D6D6D. Windows color (decimal): -11176821 or 9139285. OLE color: 9139285.

HSL color Cylindrical-coordinate representation of color #55748B: hue angle of 205.56º 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 #55748B is Cyan = 0.39, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 85 116 139 -
CMYK 0.39 0.17 0 0.45
HSL 205.56º 0.24% 0.44% -
HSV(B) 205.56º 0.39% 0.55% -
XYZ 14.65 16.29 26.8 -
YUV 109.35 144.73 110.63 -
System Red Green Blue C M Y K H S L
Decimal 85 116 139 0.39 0.17 0 0.45 205.56 0.24 0.44
Hex 55 74 8B 27 11 0 2D CE 18 2C
Octal 125 164 213 47 21 0 55 316 30 54
Binary 1010101 1110100 10001011 100111 10001 0 101101 11001110 11000 101100

Color Harmonies of #55748B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55748B

Black with #55748B

Text Example


Text Example

White with #55748B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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