Html Css Color HEX #557389 Wedgewood

📋 copy color: '#557389'

red 85 ◦ green 115 ◦ blue 137

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

Shades of Wedgewood #557389

Tints of Wedgewood #557389

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.12%

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

R = 25.22%
G = 34.12%
B = 40.65%

CMYK

 C value IS 0.38

 M value IS 0.16

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#557389 (or 0x557389) is known color: Wedgewood. HEX triplet: 55, 73 and 89. RGB value is (85,115,137). Sum of RGB (Red+Green+Blue) = 85+115+137=337 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.22% from 337); Green value is 115 (45.31% from 255 or 34.12% from 337); Blue value is 137 (53.91% from 255 or 40.65% from 337); Max value from RGB is 137 - color contains mainly: blue. Hex color #557389 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557389 is #AA8C76. Grayscale: #6C6C6C. Windows color (decimal): -11177079 or 9007957. OLE color: 9007957.

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

Color convert

RGB 85 115 137 -
CMYK 0.38 0.16 0 0.46
HSL 205.38º 0.23% 0.44% -
HSV(B) 205.38º 0.38% 0.54% -
XYZ 14.39 16 26 -
YUV 108.54 144.06 111.21 -
System Red Green Blue C M Y K H S L
Decimal 85 115 137 0.38 0.16 0 0.46 205.38 0.23 0.44
Hex 55 73 89 26 10 0 2E CD 17 2C
Octal 125 163 211 46 20 0 56 315 27 54
Binary 1010101 1110011 10001001 100110 10000 0 101110 11001101 10111 101100

Color Harmonies of #557389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557389

Black with #557389

Text Example


Text Example

White with #557389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557389; }

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

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

background-color css

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

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

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

border-color css

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

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

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