Html Css Color HEX #557182 Wedgewood

📋 copy color: '#557182'

red 85 ◦ green 113 ◦ blue 130

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

Shades of Wedgewood #557182

Tints of Wedgewood #557182

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 39.63%

R = 25.91%
G = 34.45%
B = 39.63%

CMYK

 C value IS 0.35

 M value IS 0.13

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#557182 (or 0x557182) is known color: Wedgewood. HEX triplet: 55, 71 and 82. RGB value is (85,113,130). Sum of RGB (Red+Green+Blue) = 85+113+130=328 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.91% from 328); Green value is 113 (44.53% from 255 or 34.45% from 328); Blue value is 130 (51.17% from 255 or 39.63% from 328); Max value from RGB is 130 - color contains mainly: blue. Hex color #557182 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557182 is #AA8E7D. Grayscale: #6A6A6A. Windows color (decimal): -11177598 or 8548693. OLE color: 8548693.

HSL color Cylindrical-coordinate representation of color #557182: hue angle of 202.67º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #557182 is Cyan = 0.35, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 85 113 130 -
CMYK 0.35 0.13 0 0.49
HSL 202.67º 0.21% 0.42% -
HSV(B) 202.67º 0.35% 0.51% -
XYZ 13.68 15.35 23.36 -
YUV 106.57 141.22 112.62 -
System Red Green Blue C M Y K H S L
Decimal 85 113 130 0.35 0.13 0 0.49 202.67 0.21 0.42
Hex 55 71 82 23 D 0 31 CB 15 2A
Octal 125 161 202 43 15 0 61 313 25 52
Binary 1010101 1110001 10000010 100011 1101 0 110001 11001011 10101 101010

Color Harmonies of #557182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557182

Black with #557182

Text Example


Text Example

White with #557182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557182; }

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

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

background-color css

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

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

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

border-color css

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

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

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