#536F86

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

Shades of Wedgewood #536F86

Tints of Wedgewood #536F86

Color information

#536F86 (or 0x536F86) is unknown color: approx Wedgewood. HEX triplet: 53, 6F and 86. RGB value is (83,111,134). Sum of RGB (Red+Green+Blue) = 83+111+134=328 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.30% from 328); Green value is 111 (43.75% from 255 or 33.84% from 328); Blue value is 134 (52.73% from 255 or 40.85% from 328); Max value from RGB is 134 - color contains mainly: blue. Hex color #536F86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536F86 is #AC9079. Grayscale: #696969. Windows color (decimal): -11309178 or 8810323. OLE color: 8810323.

HSL color Cylindrical-coordinate representation of color #536F86: hue angle of 207.06º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #536F86 is Cyan = 0.38, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB83111134-
CMYK0.380.1700.47
HSL207.06º23.5%42.55%-
HSV(B)207.06º38.06%52.55%-
XYZ13.5514.9324.72-
YUV105.25144.22112.13-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.30%
GREEN value IS 111 (43.75% from 255) = 33.84%
BLUE value IS 134 (52.73% from 255) = 40.85%
R=25.30%
G=33.84%
B=40.85%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal831111340.380.1700.47207.0623.542.55
Hex536F86261102Fcf182b
Octal12315720646210573173053
Binary10100111101111100001101001101000101011111100111111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536F86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,111,134); }

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

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

 a { background-color: rgb(83,111,134); }

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

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

 span { border-color: rgb(83,111,134); }

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