#537082

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

Shades of Wedgewood #537082

Tints of Wedgewood #537082

Color information

#537082 (or 0x537082) is unknown color: approx Wedgewood. HEX triplet: 53, 70 and 82. RGB value is (83,112,130). Sum of RGB (Red+Green+Blue) = 83+112+130=325 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.54% from 325); Green value is 112 (44.14% from 255 or 34.46% from 325); Blue value is 130 (51.17% from 255 or 40% from 325); Max value from RGB is 130 - color contains mainly: blue. Hex color #537082 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537082 is #AC8F7D. Grayscale: #696969. Windows color (decimal): -11308926 or 8548435. OLE color: 8548435.

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

Color convert

RGB83112130-
CMYK0.360.1400.49
HSL202.98º22.07%41.76%-
HSV(B)202.98º36.15%50.98%-
XYZ13.3915.0423.32-
YUV105.38141.89112.04-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.54%
GREEN value IS 112 (44.14% from 255) = 34.46%
BLUE value IS 130 (51.17% from 255) = 40%
R=25.54%
G=34.46%
B=40%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal831121300.360.1400.49202.9822.0741.76
Hex53708224E031cb162a
Octal12316020244160613132652
Binary1010011111000010000010100100111001100011100101110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537082; }

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

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

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

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

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

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

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

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