Html Css Color HEX #557080 Wedgewood

📋 copy color: '#557080'

red 85 ◦ green 112 ◦ blue 128

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

Shades of Wedgewood #557080

Tints of Wedgewood #557080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 39.38%

R = 26.15%
G = 34.46%
B = 39.38%

CMYK

 C value IS 0.34

 M value IS 0.12

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#557080 (or 0x557080) is known color: Wedgewood. HEX triplet: 55, 70 and 80. RGB value is (85,112,128). Sum of RGB (Red+Green+Blue) = 85+112+128=325 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.15% from 325); Green value is 112 (44.14% from 255 or 34.46% from 325); Blue value is 128 (50.39% from 255 or 39.38% from 325); Max value from RGB is 128 - color contains mainly: blue. Hex color #557080 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557080 is #AA8F7F. Grayscale: #696969. Windows color (decimal): -11177856 or 8417365. OLE color: 8417365.

HSL color Cylindrical-coordinate representation of color #557080: hue angle of 202.33º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #557080 is Cyan = 0.34, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 85 112 128 -
CMYK 0.34 0.12 0 0.50
HSL 202.33º 0.2% 0.42% -
HSV(B) 202.33º 0.34% 0.5% -
XYZ 13.44 15.08 22.62 -
YUV 105.75 140.55 113.2 -
System Red Green Blue C M Y K H S L
Decimal 85 112 128 0.34 0.12 0 0.50 202.33 0.2 0.42
Hex 55 70 80 22 C 0 32 CA 14 2A
Octal 125 160 200 42 14 0 62 312 24 52
Binary 1010101 1110000 10000000 100010 1100 0 110010 11001010 10100 101010

Color Harmonies of #557080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557080

Black with #557080

Text Example


Text Example

White with #557080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557080; }

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

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

background-color css

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

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

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

border-color css

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

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

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