Html Css Color HEX #55768D Wedgewood

📋 copy color: '#55768D'

red 85 ◦ green 118 ◦ blue 141

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

Shades of Wedgewood #55768D

Tints of Wedgewood #55768D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 40.99%

R = 24.71%
G = 34.3%
B = 40.99%

CMYK

 C value IS 0.40

 M value IS 0.16

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#55768D (or 0x55768D) is known color: Wedgewood. HEX triplet: 55, 76 and 8D. RGB value is (85,118,141). Sum of RGB (Red+Green+Blue) = 85+118+141=344 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.71% from 344); Green value is 118 (46.48% from 255 or 34.30% from 344); Blue value is 141 (55.47% from 255 or 40.99% from 344); Max value from RGB is 141 - color contains mainly: blue. Hex color #55768D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55768D is #AA8972. Grayscale: #6E6E6E. Windows color (decimal): -11176307 or 9270869. OLE color: 9270869.

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

Color convert

RGB 85 118 141 -
CMYK 0.40 0.16 0 0.45
HSL 204.64º 0.25% 0.44% -
HSV(B) 204.64º 0.4% 0.55% -
XYZ 15.03 16.81 27.65 -
YUV 110.76 145.07 109.63 -
System Red Green Blue C M Y K H S L
Decimal 85 118 141 0.40 0.16 0 0.45 204.64 0.25 0.44
Hex 55 76 8D 28 10 0 2D CD 19 2C
Octal 125 166 215 50 20 0 55 315 31 54
Binary 1010101 1110110 10001101 101000 10000 0 101101 11001101 11001 101100

Color Harmonies of #55768D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55768D

Black with #55768D

Text Example


Text Example

White with #55768D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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