#537485

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

Shades of Wedgewood #537485

Tints of Wedgewood #537485

Color information

#537485 (or 0x537485) is unknown color: approx Wedgewood. HEX triplet: 53, 74 and 85. RGB value is (83,116,133). Sum of RGB (Red+Green+Blue) = 83+116+133=332 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25% from 332); Green value is 116 (45.70% from 255 or 34.94% from 332); Blue value is 133 (52.34% from 255 or 40.06% from 332); Max value from RGB is 133 - color contains mainly: blue. Hex color #537485 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537485 is #AC8B7A. Grayscale: #6B6B6B. Windows color (decimal): -11307899 or 8746067. OLE color: 8746067.

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

Color convert

RGB83116133-
CMYK0.380.1300.48
HSL200.4º23.15%42.35%-
HSV(B)200.4º37.59%52.16%-
XYZ14.0516.0224.54-
YUV108.07142.07110.12-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25%
GREEN value IS 116 (45.70% from 255) = 34.94%
BLUE value IS 133 (52.34% from 255) = 40.06%
R=25%
G=34.94%
B=40.06%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal831161330.380.1300.48200.423.1542.35
Hex53748526D030c8172a
Octal12316420546150603102752
Binary1010011111010010000101100110110101100001100100010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537485; }

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

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

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

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

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

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

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

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