#537388

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

Shades of Wedgewood #537388

Tints of Wedgewood #537388

Color information

#537388 (or 0x537388) is unknown color: approx Wedgewood. HEX triplet: 53, 73 and 88. RGB value is (83,115,136). Sum of RGB (Red+Green+Blue) = 83+115+136=334 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.85% from 334); Green value is 115 (45.31% from 255 or 34.43% from 334); Blue value is 136 (53.52% from 255 or 40.72% from 334); Max value from RGB is 136 - color contains mainly: blue. Hex color #537388 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537388 is #AC8C77. Grayscale: #6B6B6B. Windows color (decimal): -11308152 or 8942419. OLE color: 8942419.

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

Color convert

RGB83115136-
CMYK0.390.1500.47
HSL203.77º24.2%42.94%-
HSV(B)203.77º38.97%53.33%-
XYZ14.1415.8825.61-
YUV107.83143.9110.29-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.85%
GREEN value IS 115 (45.31% from 255) = 34.43%
BLUE value IS 136 (53.52% from 255) = 40.72%
R=24.85%
G=34.43%
B=40.72%

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
Decimal831151360.390.1500.47203.7724.242.94
Hex53738827F02Fcc182b
Octal12316321047170573143053
Binary1010011111001110001000100111111101011111100110011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537388; }

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

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

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

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

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

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

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

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