Html Css Color HEX #55778F Wedgewood

📋 copy color: '#55778F'

red 85 ◦ green 119 ◦ blue 143

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

Shades of Wedgewood #55778F

Tints of Wedgewood #55778F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34.29%

 BLUE value IS 143 (56.25% from 255) = 41.21%

R = 24.5%
G = 34.29%
B = 41.21%

CMYK

 C value IS 0.41

 M value IS 0.17

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#55778F (or 0x55778F) is known color: Wedgewood. HEX triplet: 55, 77 and 8F. RGB value is (85,119,143). Sum of RGB (Red+Green+Blue) = 85+119+143=347 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.50% from 347); Green value is 119 (46.88% from 255 or 34.29% from 347); Blue value is 143 (56.25% from 255 or 41.21% from 347); Max value from RGB is 143 - color contains mainly: blue. Hex color #55778F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55778F is #AA8870. Grayscale: #6F6F6F. Windows color (decimal): -11176049 or 9402197. OLE color: 9402197.

HSL color Cylindrical-coordinate representation of color #55778F: hue angle of 204.83º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #55778F is Cyan = 0.41, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 85 119 143 -
CMYK 0.41 0.17 0 0.44
HSL 204.83º 0.25% 0.45% -
HSV(B) 204.83º 0.41% 0.56% -
XYZ 15.3 17.11 28.48 -
YUV 111.57 145.74 109.05 -
System Red Green Blue C M Y K H S L
Decimal 85 119 143 0.41 0.17 0 0.44 204.83 0.25 0.45
Hex 55 77 8F 29 11 0 2C CD 19 2D
Octal 125 167 217 51 21 0 54 315 31 55
Binary 1010101 1110111 10001111 101001 10001 0 101100 11001101 11001 101101

Color Harmonies of #55778F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55778F

Black with #55778F

Text Example


Text Example

White with #55778F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55778F; }

 p { color: rgb(85,119,143); }

 H1.HeaderClassName
 {
   color: #55778F;
 }
 .AnyTagClassName
 {
   color: #55778F;
 }
</style>

background-color css

<style>
 a { background-color: #55778F; }

 a { background-color: rgb(85,119,143); }

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

border-color css

<style>
 span { border-color: #55778F; }

 span { border-color: rgb(85,119,143); }

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