#5A7183

Color #5A7183 Wedgewood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wedgewood #5A7183

Tints of Wedgewood #5A7183

Color information

#5A7183 (or 0x5A7183) is unknown color: approx Wedgewood. HEX triplet: 5A, 71 and 83. RGB value is (90,113,131). Sum of RGB (Red+Green+Blue) = 90+113+131=334 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.95% from 334); Green value is 113 (44.53% from 255 or 33.83% from 334); Blue value is 131 (51.56% from 255 or 39.22% from 334); Max value from RGB is 131 - color contains mainly: blue. Hex color #5A7183 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A7183 is #A58E7C. Grayscale: #6C6C6C. Windows color (decimal): -10849917 or 8614234. OLE color: 8614234.

HSL color Cylindrical-coordinate representation of color #5A7183: hue angle of 206.34º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5A7183 is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB90113131-
CMYK0.310.1400.49
HSL206.34º18.55%43.33%-
HSV(B)206.34º31.3%51.37%-
XYZ14.2215.6223.74-
YUV108.18140.88115.04-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 26.95%
GREEN value IS 113 (44.53% from 255) = 33.83%
BLUE value IS 131 (51.56% from 255) = 39.22%
R=26.95%
G=33.83%
B=39.22%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal901131310.310.1400.49206.3418.5543.33
Hex5A71831FE031ce132b
Octal13216120337160613162353
Binary101101011100011000001111111111001100011100111010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A7183; }

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

 H1.HeaderClassName
 {
   color: #5A7183;
 }
 .AnyTagClassName
 {
   color: #5A7183;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #5A7183;
 }
 .BgClassName
 {
   background-color: #5A7183;
 }
</style>
border-color css

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

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

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