#537892

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

Shades of Wedgewood #537892

Tints of Wedgewood #537892

Color information

#537892 (or 0x537892) is unknown color: approx Wedgewood. HEX triplet: 53, 78 and 92. RGB value is (83,120,146). Sum of RGB (Red+Green+Blue) = 83+120+146=349 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.78% from 349); Green value is 120 (47.27% from 255 or 34.38% from 349); Blue value is 146 (57.42% from 255 or 41.83% from 349); Max value from RGB is 146 - color contains mainly: blue. Hex color #537892 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537892 is #AC876D. Grayscale: #6F6F6F. Windows color (decimal): -11306862 or 9599059. OLE color: 9599059.

HSL color Cylindrical-coordinate representation of color #537892: hue angle of 204.76º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #537892 is Cyan = 0.43, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB83120146-
CMYK0.430.1800.43
HSL204.76º27.51%44.9%-
HSV(B)204.76º43.15%57.25%-
XYZ15.4717.3529.73-
YUV111.9147.24107.39-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.78%
GREEN value IS 120 (47.27% from 255) = 34.38%
BLUE value IS 146 (57.42% from 255) = 41.83%
R=23.78%
G=34.38%
B=41.83%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal831201460.430.1800.43204.7627.5144.9
Hex5378922B1202Bcd1c2d
Octal12317022253220533153455
Binary10100111111000100100101010111001001010111100110111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537892; }

 p { color: rgb(83,120,146); }

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

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

 a { background-color: rgb(83,120,146); }

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

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

 span { border-color: rgb(83,120,146); }

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