Html Css Color HEX #557183 Wedgewood

📋 copy color: '#557183'

red 85 ◦ green 113 ◦ blue 131

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

Shades of Wedgewood #557183

Tints of Wedgewood #557183

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 39.82%

R = 25.84%
G = 34.35%
B = 39.82%

CMYK

 C value IS 0.35

 M value IS 0.14

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#557183 (or 0x557183) is known color: Wedgewood. HEX triplet: 55, 71 and 83. RGB value is (85,113,131). Sum of RGB (Red+Green+Blue) = 85+113+131=329 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.84% from 329); Green value is 113 (44.53% from 255 or 34.35% from 329); Blue value is 131 (51.56% from 255 or 39.82% from 329); Max value from RGB is 131 - color contains mainly: blue. Hex color #557183 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557183 is #AA8E7C. Grayscale: #6A6A6A. Windows color (decimal): -11177597 or 8614229. OLE color: 8614229.

HSL color Cylindrical-coordinate representation of color #557183: hue angle of 203.48º 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 #557183 is Cyan = 0.35, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 85 113 131 -
CMYK 0.35 0.14 0 0.49
HSL 203.48º 0.21% 0.42% -
HSV(B) 203.48º 0.35% 0.51% -
XYZ 13.75 15.38 23.72 -
YUV 106.68 141.72 112.54 -
System Red Green Blue C M Y K H S L
Decimal 85 113 131 0.35 0.14 0 0.49 203.48 0.21 0.42
Hex 55 71 83 23 E 0 31 CB 15 2A
Octal 125 161 203 43 16 0 61 313 25 52
Binary 1010101 1110001 10000011 100011 1110 0 110001 11001011 10101 101010

Color Harmonies of #557183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557183

Black with #557183

Text Example


Text Example

White with #557183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557183; }

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

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

background-color css

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

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

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

border-color css

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

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

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