#536879

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

Shades of Wedgewood #536879

Tints of Wedgewood #536879

Color information

#536879 (or 0x536879) is unknown color: approx Wedgewood. HEX triplet: 53, 68 and 79. RGB value is (83,104,121). Sum of RGB (Red+Green+Blue) = 83+104+121=308 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.95% from 308); Green value is 104 (41.02% from 255 or 33.77% from 308); Blue value is 121 (47.66% from 255 or 39.29% from 308); Max value from RGB is 121 - color contains mainly: blue. Hex color #536879 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536879 is #AC9786. Grayscale: #636363. Windows color (decimal): -11310983 or 7956563. OLE color: 7956563.

HSL color Cylindrical-coordinate representation of color #536879: hue angle of 206.84º 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 #536879 is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB83104121-
CMYK0.310.1400.53
HSL206.84º18.63%40%-
HSV(B)206.84º31.4%47.45%-
XYZ11.9713.1219.99-
YUV99.66140.04116.12-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.95%
GREEN value IS 104 (41.02% from 255) = 33.77%
BLUE value IS 121 (47.66% from 255) = 39.29%
R=26.95%
G=33.77%
B=39.29%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal831041210.310.1400.53206.8418.6340
Hex5368791FE035cf1328
Octal12315017137160653172350
Binary10100111101000111100111111111001101011100111110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536879; }

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

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

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

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

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

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

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

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