#537085

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

Shades of Wedgewood #537085

Tints of Wedgewood #537085

Color information

#537085 (or 0x537085) is unknown color: approx Wedgewood. HEX triplet: 53, 70 and 85. RGB value is (83,112,133). Sum of RGB (Red+Green+Blue) = 83+112+133=328 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.30% from 328); Green value is 112 (44.14% from 255 or 34.15% from 328); Blue value is 133 (52.34% from 255 or 40.55% from 328); Max value from RGB is 133 - color contains mainly: blue. Hex color #537085 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537085 is #AC8F7A. Grayscale: #696969. Windows color (decimal): -11308923 or 8745043. OLE color: 8745043.

HSL color Cylindrical-coordinate representation of color #537085: hue angle of 205.2º 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 #537085 is Cyan = 0.38, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB83112133-
CMYK0.380.1600.48
HSL205.2º23.15%42.35%-
HSV(B)205.2º37.59%52.16%-
XYZ13.615.1224.39-
YUV105.72143.39111.79-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.30%
GREEN value IS 112 (44.14% from 255) = 34.15%
BLUE value IS 133 (52.34% from 255) = 40.55%
R=25.30%
G=34.15%
B=40.55%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal831121330.380.1600.48205.223.1542.35
Hex5370852610030cd172a
Octal12316020546200603152752
Binary10100111110000100001011001101000001100001100110110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537085; }

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

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

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

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

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

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

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

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