#537185

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

Shades of Wedgewood #537185

Tints of Wedgewood #537185

Color information

#537185 (or 0x537185) is unknown color: approx Wedgewood. HEX triplet: 53, 71 and 85. RGB value is (83,113,133). Sum of RGB (Red+Green+Blue) = 83+113+133=329 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.23% from 329); Green value is 113 (44.53% from 255 or 34.35% from 329); Blue value is 133 (52.34% from 255 or 40.43% from 329); Max value from RGB is 133 - color contains mainly: blue. Hex color #537185 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537185 is #AC8E7A. Grayscale: #6A6A6A. Windows color (decimal): -11308667 or 8745299. OLE color: 8745299.

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

Color convert

RGB83113133-
CMYK0.380.1500.48
HSL204º23.15%42.35%-
HSV(B)204º37.59%52.16%-
XYZ13.7115.3424.43-
YUV106.31143.06111.37-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.23%
GREEN value IS 113 (44.53% from 255) = 34.35%
BLUE value IS 133 (52.34% from 255) = 40.43%
R=25.23%
G=34.35%
B=40.43%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal831131330.380.1500.4820423.1542.35
Hex53718526F030cc172a
Octal12316120546170603142752
Binary1010011111000110000101100110111101100001100110010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537185; }

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

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

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

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

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

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

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

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