#537488

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

Shades of Wedgewood #537488

Tints of Wedgewood #537488

Color information

#537488 (or 0x537488) is unknown color: approx Wedgewood. HEX triplet: 53, 74 and 88. RGB value is (83,116,136). Sum of RGB (Red+Green+Blue) = 83+116+136=335 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.78% from 335); Green value is 116 (45.70% from 255 or 34.63% from 335); Blue value is 136 (53.52% from 255 or 40.60% from 335); Max value from RGB is 136 - color contains mainly: blue. Hex color #537488 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537488 is #AC8B77. Grayscale: #6C6C6C. Windows color (decimal): -11307896 or 8942675. OLE color: 8942675.

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

Color convert

RGB83116136-
CMYK0.390.1500.47
HSL202.64º24.2%42.94%-
HSV(B)202.64º38.97%53.33%-
XYZ14.2616.1125.65-
YUV108.41143.57109.87-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.78%
GREEN value IS 116 (45.70% from 255) = 34.63%
BLUE value IS 136 (53.52% from 255) = 40.60%
R=24.78%
G=34.63%
B=40.60%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal831161360.390.1500.47202.6424.242.94
Hex53748827F02Fcb182b
Octal12316421047170573133053
Binary1010011111010010001000100111111101011111100101111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537488; }

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

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

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

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

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

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

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

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