#536A82

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

Shades of Wedgewood #536A82

Tints of Wedgewood #536A82

Color information

#536A82 (or 0x536A82) is unknown color: approx Wedgewood. HEX triplet: 53, 6A and 82. RGB value is (83,106,130). Sum of RGB (Red+Green+Blue) = 83+106+130=319 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.02% from 319); Green value is 106 (41.80% from 255 or 33.23% from 319); Blue value is 130 (51.17% from 255 or 40.75% from 319); Max value from RGB is 130 - color contains mainly: blue. Hex color #536A82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536A82 is #AC957D. Grayscale: #656565. Windows color (decimal): -11310462 or 8546899. OLE color: 8546899.

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

Color convert

RGB83106130-
CMYK0.360.1800.49
HSL210.64º22.07%41.76%-
HSV(B)210.64º36.15%50.98%-
XYZ12.7513.7623.1-
YUV101.86143.88114.55-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.02%
GREEN value IS 106 (41.80% from 255) = 33.23%
BLUE value IS 130 (51.17% from 255) = 40.75%
R=26.02%
G=33.23%
B=40.75%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal831061300.360.1800.49210.6422.0741.76
Hex536A822412031d3162a
Octal12315220244220613232652
Binary10100111101010100000101001001001001100011101001110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,106,130); }

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

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

 a { background-color: rgb(83,106,130); }

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

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

 span { border-color: rgb(83,106,130); }

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