#536579

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

Shades of Wedgewood #536579

Tints of Wedgewood #536579

Color information

#536579 (or 0x536579) is unknown color: approx Wedgewood. HEX triplet: 53, 65 and 79. RGB value is (83,101,121). Sum of RGB (Red+Green+Blue) = 83+101+121=305 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.21% from 305); Green value is 101 (39.84% from 255 or 33.11% from 305); Blue value is 121 (47.66% from 255 or 39.67% from 305); Max value from RGB is 121 - color contains mainly: blue. Hex color #536579 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536579 is #AC9A86. Grayscale: #616161. Windows color (decimal): -11311751 or 7955795. OLE color: 7955795.

HSL color Cylindrical-coordinate representation of color #536579: hue angle of 211.58º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #536579 is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB83101121-
CMYK0.310.1700.53
HSL211.58º18.63%40%-
HSV(B)211.58º31.4%47.45%-
XYZ11.6712.5319.89-
YUV97.9141.04117.37-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.21%
GREEN value IS 101 (39.84% from 255) = 33.11%
BLUE value IS 121 (47.66% from 255) = 39.67%
R=27.21%
G=33.11%
B=39.67%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal831011210.310.1700.53211.5818.6340
Hex5365791F11035d41328
Octal12314517137210653242350
Binary101001111001011111001111111000101101011101010010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536579; }

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

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

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

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

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

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

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

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