#537489

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

Shades of Wedgewood #537489

Tints of Wedgewood #537489

Color information

#537489 (or 0x537489) is unknown color: approx Wedgewood. HEX triplet: 53, 74 and 89. RGB value is (83,116,137). Sum of RGB (Red+Green+Blue) = 83+116+137=336 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.70% from 336); Green value is 116 (45.70% from 255 or 34.52% from 336); Blue value is 137 (53.91% from 255 or 40.77% from 336); Max value from RGB is 137 - color contains mainly: blue. Hex color #537489 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537489 is #AC8B76. Grayscale: #6C6C6C. Windows color (decimal): -11307895 or 9008211. OLE color: 9008211.

HSL color Cylindrical-coordinate representation of color #537489: hue angle of 203.33º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #537489 is Cyan = 0.39, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB83116137-
CMYK0.390.1500.46
HSL203.33º24.55%43.14%-
HSV(B)203.33º39.42%53.73%-
XYZ14.3316.1426.03-
YUV108.53144.07109.79-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.70%
GREEN value IS 116 (45.70% from 255) = 34.52%
BLUE value IS 137 (53.91% from 255) = 40.77%
R=24.70%
G=34.52%
B=40.77%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal831161370.390.1500.46203.3324.5543.14
Hex53748927F02Ecb192b
Octal12316421147170563133153
Binary1010011111010010001001100111111101011101100101111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537489; }

 p { color: rgb(83,116,137); }

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

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

 a { background-color: rgb(83,116,137); }

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

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

 span { border-color: rgb(83,116,137); }

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