#536581

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

Shades of Wedgewood #536581

Tints of Wedgewood #536581

Color information

#536581 (or 0x536581) is unknown color: approx Wedgewood. HEX triplet: 53, 65 and 81. RGB value is (83,101,129). Sum of RGB (Red+Green+Blue) = 83+101+129=313 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.52% from 313); Green value is 101 (39.84% from 255 or 32.27% from 313); Blue value is 129 (50.78% from 255 or 41.21% from 313); Max value from RGB is 129 - color contains mainly: blue. Hex color #536581 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536581 is #AC9A7E. Grayscale: #626262. Windows color (decimal): -11311743 or 8480083. OLE color: 8480083.

HSL color Cylindrical-coordinate representation of color #536581: hue angle of 216.52º 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 #536581 is Cyan = 0.36, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB83101129-
CMYK0.360.2200.49
HSL216.52º21.7%41.57%-
HSV(B)216.52º35.66%50.59%-
XYZ12.1812.7322.58-
YUV98.81145.04116.72-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.52%
GREEN value IS 101 (39.84% from 255) = 32.27%
BLUE value IS 129 (50.78% from 255) = 41.21%
R=26.52%
G=32.27%
B=41.21%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal831011290.360.2200.49216.5221.741.57
Hex5365812416031d9162a
Octal12314520144260613312652
Binary10100111100101100000011001001011001100011101100110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536581; }

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

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

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

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

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

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

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

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