Html Css Color HEX #55758A Wedgewood

📋 copy color: '#55758A'

red 85 ◦ green 117 ◦ blue 138

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

Shades of Wedgewood #55758A

Tints of Wedgewood #55758A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.41%

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

R = 25%
G = 34.41%
B = 40.59%

CMYK

 C value IS 0.38

 M value IS 0.15

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#55758A (or 0x55758A) is known color: Wedgewood. HEX triplet: 55, 75 and 8A. RGB value is (85,117,138). Sum of RGB (Red+Green+Blue) = 85+117+138=340 (45% of max value = 765). Red value is 85 (33.59% from 255 or 25% from 340); Green value is 117 (46.09% from 255 or 34.41% from 340); Blue value is 138 (54.30% from 255 or 40.59% from 340); Max value from RGB is 138 - color contains mainly: blue. Hex color #55758A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55758A is #AA8A75. Grayscale: #6D6D6D. Windows color (decimal): -11176566 or 9074005. OLE color: 9074005.

HSL color Cylindrical-coordinate representation of color #55758A: hue angle of 203.77º 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 #55758A is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 85 117 138 -
CMYK 0.38 0.15 0 0.46
HSL 203.77º 0.24% 0.44% -
HSV(B) 203.77º 0.38% 0.54% -
XYZ 14.7 16.49 26.45 -
YUV 109.83 143.9 110.29 -
System Red Green Blue C M Y K H S L
Decimal 85 117 138 0.38 0.15 0 0.46 203.77 0.24 0.44
Hex 55 75 8A 26 F 0 2E CC 18 2C
Octal 125 165 212 46 17 0 56 314 30 54
Binary 1010101 1110101 10001010 100110 1111 0 101110 11001100 11000 101100

Color Harmonies of #55758A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55758A

Black with #55758A

Text Example


Text Example

White with #55758A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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