#537285

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

Shades of Wedgewood #537285

Tints of Wedgewood #537285

Color information

#537285 (or 0x537285) is unknown color: approx Wedgewood. HEX triplet: 53, 72 and 85. RGB value is (83,114,133). Sum of RGB (Red+Green+Blue) = 83+114+133=330 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.15% from 330); Green value is 114 (44.92% from 255 or 34.55% from 330); Blue value is 133 (52.34% from 255 or 40.30% from 330); Max value from RGB is 133 - color contains mainly: blue. Hex color #537285 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537285 is #AC8D7A. Grayscale: #6A6A6A. Windows color (decimal): -11308411 or 8745555. OLE color: 8745555.

HSL color Cylindrical-coordinate representation of color #537285: hue angle of 202.8º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #537285 is Cyan = 0.38, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB83114133-
CMYK0.380.1400.48
HSL202.8º23.15%42.35%-
HSV(B)202.8º37.59%52.16%-
XYZ13.8215.5724.47-
YUV106.9142.73110.96-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.15%
GREEN value IS 114 (44.92% from 255) = 34.55%
BLUE value IS 133 (52.34% from 255) = 40.30%
R=25.15%
G=34.55%
B=40.30%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal831141330.380.1400.48202.823.1542.35
Hex53728526E030cb172a
Octal12316220546160603132752
Binary1010011111001010000101100110111001100001100101110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537285; }

 p { color: rgb(83,114,133); }

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

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

 a { background-color: rgb(83,114,133); }

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

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

 span { border-color: rgb(83,114,133); }

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