#537287

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

Shades of Wedgewood #537287

Tints of Wedgewood #537287

Color information

#537287 (or 0x537287) is unknown color: approx Wedgewood. HEX triplet: 53, 72 and 87. RGB value is (83,114,135). Sum of RGB (Red+Green+Blue) = 83+114+135=332 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25% from 332); Green value is 114 (44.92% from 255 or 34.34% from 332); Blue value is 135 (53.12% from 255 or 40.66% from 332); Max value from RGB is 135 - color contains mainly: blue. Hex color #537287 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537287 is #AC8D78. Grayscale: #6B6B6B. Windows color (decimal): -11308409 or 8876627. OLE color: 8876627.

HSL color Cylindrical-coordinate representation of color #537287: hue angle of 204.23º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #537287 is Cyan = 0.39, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB83114135-
CMYK0.390.1600.47
HSL204.23º23.85%42.75%-
HSV(B)204.23º38.52%52.94%-
XYZ13.9615.6225.2-
YUV107.12143.73110.79-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25%
GREEN value IS 114 (44.92% from 255) = 34.34%
BLUE value IS 135 (53.12% from 255) = 40.66%
R=25%
G=34.34%
B=40.66%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal831141350.390.1600.47204.2323.8542.75
Hex537287271002Fcc182b
Octal12316220747200573143053
Binary10100111110010100001111001111000001011111100110011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537287; }

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

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

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

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

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

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

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

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