#536881

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

Shades of Wedgewood #536881

Tints of Wedgewood #536881

Color information

#536881 (or 0x536881) is unknown color: approx Wedgewood. HEX triplet: 53, 68 and 81. RGB value is (83,104,129). Sum of RGB (Red+Green+Blue) = 83+104+129=316 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.27% from 316); Green value is 104 (41.02% from 255 or 32.91% from 316); Blue value is 129 (50.78% from 255 or 40.82% from 316); Max value from RGB is 129 - color contains mainly: blue. Hex color #536881 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536881 is #AC977E. Grayscale: #646464. Windows color (decimal): -11310975 or 8480851. OLE color: 8480851.

HSL color Cylindrical-coordinate representation of color #536881: hue angle of 212.61º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #536881 is Cyan = 0.36, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB83104129-
CMYK0.360.1900.49
HSL212.61º21.7%41.57%-
HSV(B)212.61º35.66%50.59%-
XYZ12.4813.3222.68-
YUV100.57144.04115.47-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.27%
GREEN value IS 104 (41.02% from 255) = 32.91%
BLUE value IS 129 (50.78% from 255) = 40.82%
R=26.27%
G=32.91%
B=40.82%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal831041290.360.1900.49212.6121.741.57
Hex5368812413031d5162a
Octal12315020144230613252652
Binary10100111101000100000011001001001101100011101010110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536881; }

 p { color: rgb(83,104,129); }

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

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

 a { background-color: rgb(83,104,129); }

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

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

 span { border-color: rgb(83,104,129); }

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