Html Css Color HEX #55768E Wedgewood

📋 copy color: '#55768E'

red 85 ◦ green 118 ◦ blue 142

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

Shades of Wedgewood #55768E

Tints of Wedgewood #55768E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.2%

 BLUE value IS 142 (55.86% from 255) = 41.16%

R = 24.64%
G = 34.2%
B = 41.16%

CMYK

 C value IS 0.40

 M value IS 0.17

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#55768E (or 0x55768E) is known color: Wedgewood. HEX triplet: 55, 76 and 8E. RGB value is (85,118,142). Sum of RGB (Red+Green+Blue) = 85+118+142=345 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.64% from 345); Green value is 118 (46.48% from 255 or 34.20% from 345); Blue value is 142 (55.86% from 255 or 41.16% from 345); Max value from RGB is 142 - color contains mainly: blue. Hex color #55768E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55768E is #AA8971. Grayscale: #6E6E6E. Windows color (decimal): -11176306 or 9336405. OLE color: 9336405.

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

Color convert

RGB 85 118 142 -
CMYK 0.40 0.17 0 0.44
HSL 205.26º 0.25% 0.45% -
HSV(B) 205.26º 0.4% 0.56% -
XYZ 15.11 16.84 28.05 -
YUV 110.87 145.57 109.55 -
System Red Green Blue C M Y K H S L
Decimal 85 118 142 0.40 0.17 0 0.44 205.26 0.25 0.45
Hex 55 76 8E 28 11 0 2C CD 19 2D
Octal 125 166 216 50 21 0 54 315 31 55
Binary 1010101 1110110 10001110 101000 10001 0 101100 11001101 11001 101101

Color Harmonies of #55768E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55768E

Black with #55768E

Text Example


Text Example

White with #55768E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55768E; }

 p { color: rgb(85,118,142); }

 H1.HeaderClassName
 {
   color: #55768E;
 }
 .AnyTagClassName
 {
   color: #55768E;
 }
</style>

background-color css

<style>
 a { background-color: #55768E; }

 a { background-color: rgb(85,118,142); }

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

border-color css

<style>
 span { border-color: #55768E; }

 span { border-color: rgb(85,118,142); }

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