Html Css Color HEX #55718A Wedgewood

📋 copy color: '#55718A'

red 85 ◦ green 113 ◦ blue 138

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

Shades of Wedgewood #55718A

Tints of Wedgewood #55718A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.63%

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

R = 25.3%
G = 33.63%
B = 41.07%

CMYK

 C value IS 0.38

 M value IS 0.18

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#55718A (or 0x55718A) is known color: Wedgewood. HEX triplet: 55, 71 and 8A. RGB value is (85,113,138). Sum of RGB (Red+Green+Blue) = 85+113+138=336 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.30% from 336); Green value is 113 (44.53% from 255 or 33.63% from 336); Blue value is 138 (54.30% from 255 or 41.07% from 336); Max value from RGB is 138 - color contains mainly: blue. Hex color #55718A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55718A is #AA8E75. Grayscale: #6B6B6B. Windows color (decimal): -11177590 or 9072981. OLE color: 9072981.

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

Color convert

RGB 85 113 138 -
CMYK 0.38 0.18 0 0.46
HSL 208.3º 0.24% 0.44% -
HSV(B) 208.3º 0.38% 0.54% -
XYZ 14.24 15.58 26.3 -
YUV 107.48 145.22 111.97 -
System Red Green Blue C M Y K H S L
Decimal 85 113 138 0.38 0.18 0 0.46 208.3 0.24 0.44
Hex 55 71 8A 26 12 0 2E D0 18 2C
Octal 125 161 212 46 22 0 56 320 30 54
Binary 1010101 1110001 10001010 100110 10010 0 101110 11010000 11000 101100

Color Harmonies of #55718A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55718A

Black with #55718A

Text Example


Text Example

White with #55718A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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