#536782

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

Shades of Wedgewood #536782

Tints of Wedgewood #536782

Color information

#536782 (or 0x536782) is unknown color: approx Wedgewood. HEX triplet: 53, 67 and 82. RGB value is (83,103,130). Sum of RGB (Red+Green+Blue) = 83+103+130=316 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.27% from 316); Green value is 103 (40.62% from 255 or 32.59% from 316); Blue value is 130 (51.17% from 255 or 41.14% from 316); Max value from RGB is 130 - color contains mainly: blue. Hex color #536782 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536782 is #AC987D. Grayscale: #636363. Windows color (decimal): -11311230 or 8546131. OLE color: 8546131.

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

Color convert

RGB83103130-
CMYK0.360.2100.49
HSL214.47º22.07%41.76%-
HSV(B)214.47º36.15%50.98%-
XYZ12.4513.1523-
YUV100.1144.87115.8-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.27%
GREEN value IS 103 (40.62% from 255) = 32.59%
BLUE value IS 130 (51.17% from 255) = 41.14%
R=26.27%
G=32.59%
B=41.14%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal831031300.360.2100.49214.4722.0741.76
Hex5367822415031d6162a
Octal12314720244250613262652
Binary10100111100111100000101001001010101100011101011010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536782; }

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

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

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

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

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

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

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

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