Html Css Color HEX #55728A Wedgewood

📋 copy color: '#55728A'

red 85 ◦ green 114 ◦ blue 138

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

Shades of Wedgewood #55728A

Tints of Wedgewood #55728A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.83%

 BLUE value IS 138 (54.3% from 255) = 40.95%

R = 25.22%
G = 33.83%
B = 40.95%

CMYK

 C value IS 0.38

 M value IS 0.17

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#55728A (or 0x55728A) is known color: Wedgewood. HEX triplet: 55, 72 and 8A. RGB value is (85,114,138). Sum of RGB (Red+Green+Blue) = 85+114+138=337 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.22% from 337); Green value is 114 (44.92% from 255 or 33.83% from 337); Blue value is 138 (54.30% from 255 or 40.95% from 337); Max value from RGB is 138 - color contains mainly: blue. Hex color #55728A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55728A is #AA8D75. Grayscale: #6B6B6B. Windows color (decimal): -11177334 or 9073237. OLE color: 9073237.

HSL color Cylindrical-coordinate representation of color #55728A: hue angle of 207.17º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #55728A is Cyan = 0.38, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 85 114 138 -
CMYK 0.38 0.17 0 0.46
HSL 207.17º 0.24% 0.44% -
HSV(B) 207.17º 0.38% 0.54% -
XYZ 14.35 15.8 26.34 -
YUV 108.07 144.89 111.55 -
System Red Green Blue C M Y K H S L
Decimal 85 114 138 0.38 0.17 0 0.46 207.17 0.24 0.44
Hex 55 72 8A 26 11 0 2E CF 18 2C
Octal 125 162 212 46 21 0 56 317 30 54
Binary 1010101 1110010 10001010 100110 10001 0 101110 11001111 11000 101100

Color Harmonies of #55728A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55728A

Black with #55728A

Text Example


Text Example

White with #55728A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55728A; }

 p { color: rgb(85,114,138); }

 H1.HeaderClassName
 {
   color: #55728A;
 }
 .AnyTagClassName
 {
   color: #55728A;
 }
</style>

background-color css

<style>
 a { background-color: #55728A; }

 a { background-color: rgb(85,114,138); }

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

border-color css

<style>
 span { border-color: #55728A; }

 span { border-color: rgb(85,114,138); }

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