#537288

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

Shades of Wedgewood #537288

Tints of Wedgewood #537288

Color information

#537288 (or 0x537288) is unknown color: approx Wedgewood. HEX triplet: 53, 72 and 88. RGB value is (83,114,136). Sum of RGB (Red+Green+Blue) = 83+114+136=333 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.92% from 333); Green value is 114 (44.92% from 255 or 34.23% from 333); Blue value is 136 (53.52% from 255 or 40.84% from 333); Max value from RGB is 136 - color contains mainly: blue. Hex color #537288 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537288 is #AC8D77. Grayscale: #6B6B6B. Windows color (decimal): -11308408 or 8942163. OLE color: 8942163.

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

Color convert

RGB83114136-
CMYK0.390.1600.47
HSL204.91º24.2%42.94%-
HSV(B)204.91º38.97%53.33%-
XYZ14.0315.6525.57-
YUV107.24144.23110.71-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.92%
GREEN value IS 114 (44.92% from 255) = 34.23%
BLUE value IS 136 (53.52% from 255) = 40.84%
R=24.92%
G=34.23%
B=40.84%

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
Decimal831141360.390.1600.47204.9124.242.94
Hex537288271002Fcd182b
Octal12316221047200573153053
Binary10100111110010100010001001111000001011111100110111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537288; }

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

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

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

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

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

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

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

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