#536E89

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

Shades of Wedgewood #536E89

Tints of Wedgewood #536E89

Color information

#536E89 (or 0x536E89) is unknown color: approx Wedgewood. HEX triplet: 53, 6E and 89. RGB value is (83,110,137). Sum of RGB (Red+Green+Blue) = 83+110+137=330 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.15% from 330); Green value is 110 (43.36% from 255 or 33.33% from 330); Blue value is 137 (53.91% from 255 or 41.52% from 330); Max value from RGB is 137 - color contains mainly: blue. Hex color #536E89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536E89 is #AC9176. Grayscale: #686868. Windows color (decimal): -11309431 or 9006675. OLE color: 9006675.

HSL color Cylindrical-coordinate representation of color #536E89: hue angle of 210º 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 #536E89 is Cyan = 0.39, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB83110137-
CMYK0.390.2000.46
HSL210º24.55%43.14%-
HSV(B)210º39.42%53.73%-
XYZ13.6614.825.8-
YUV105146.05112.3-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.15%
GREEN value IS 110 (43.36% from 255) = 33.33%
BLUE value IS 137 (53.91% from 255) = 41.52%
R=25.15%
G=33.33%
B=41.52%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal831101370.390.2000.4621024.5543.14
Hex536E89271402Ed2192b
Octal12315621147240563223153
Binary10100111101110100010011001111010001011101101001011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536E89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536E89; }

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

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

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

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

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

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

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

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