#5A7487

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

Shades of Wedgewood #5A7487

Tints of Wedgewood #5A7487

Color information

#5A7487 (or 0x5A7487) is unknown color: approx Wedgewood. HEX triplet: 5A, 74 and 87. RGB value is (90,116,135). Sum of RGB (Red+Green+Blue) = 90+116+135=341 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.39% from 341); Green value is 116 (45.70% from 255 or 34.02% from 341); Blue value is 135 (53.12% from 255 or 39.59% from 341); Max value from RGB is 135 - color contains mainly: blue. Hex color #5A7487 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A7487 is #A58B78. Grayscale: #6E6E6E. Windows color (decimal): -10849145 or 8877146. OLE color: 8877146.

HSL color Cylindrical-coordinate representation of color #5A7487: hue angle of 205.33º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5A7487 is Cyan = 0.33, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB90116135-
CMYK0.330.1400.47
HSL205.33º20%44.12%-
HSV(B)205.33º33.33%52.94%-
XYZ14.8416.4125.31-
YUV110.39141.89113.46-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 26.39%
GREEN value IS 116 (45.70% from 255) = 34.02%
BLUE value IS 135 (53.12% from 255) = 39.59%
R=26.39%
G=34.02%
B=39.59%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal901161350.330.1400.47205.332044.12
Hex5A748721E02Fcd142c
Octal13216420741160573152454
Binary1011010111010010000111100001111001011111100110110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A7487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,116,135); }

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

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

 a { background-color: rgb(90,116,135); }

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

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

 span { border-color: rgb(90,116,135); }

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