Html Css Color HEX #557089 Wedgewood

📋 copy color: '#557089'

red 85 ◦ green 112 ◦ blue 137

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

Shades of Wedgewood #557089

Tints of Wedgewood #557089

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.53%

 BLUE value IS 137 (53.91% from 255) = 41.02%

R = 25.45%
G = 33.53%
B = 41.02%

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

#557089 (or 0x557089) is known color: Wedgewood. HEX triplet: 55, 70 and 89. RGB value is (85,112,137). Sum of RGB (Red+Green+Blue) = 85+112+137=334 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.45% from 334); Green value is 112 (44.14% from 255 or 33.53% from 334); Blue value is 137 (53.91% from 255 or 41.02% from 334); Max value from RGB is 137 - color contains mainly: blue. Hex color #557089 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557089 is #AA8F76. Grayscale: #6A6A6A. Windows color (decimal): -11177847 or 9007189. OLE color: 9007189.

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

Color convert

RGB 85 112 137 -
CMYK 0.38 0.18 0 0.46
HSL 208.85º 0.23% 0.44% -
HSV(B) 208.85º 0.38% 0.54% -
XYZ 14.06 15.33 25.88 -
YUV 106.78 145.05 112.47 -
System Red Green Blue C M Y K H S L
Decimal 85 112 137 0.38 0.18 0 0.46 208.85 0.23 0.44
Hex 55 70 89 26 12 0 2E D1 17 2C
Octal 125 160 211 46 22 0 56 321 27 54
Binary 1010101 1110000 10001001 100110 10010 0 101110 11010001 10111 101100

Color Harmonies of #557089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557089

Black with #557089

Text Example


Text Example

White with #557089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557089; }

 p { color: rgb(85,112,137); }

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

background-color css

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

 a { background-color: rgb(85,112,137); }

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

border-color css

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

 span { border-color: rgb(85,112,137); }

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