#537AA2

Color #537AA2 San Marino (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Marino #537AA2

Tints of San Marino #537AA2

Color information

#537AA2 (or 0x537AA2) is unknown color: approx San Marino. HEX triplet: 53, 7A and A2. RGB value is (83,122,162). Sum of RGB (Red+Green+Blue) = 83+122+162=367 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.62% from 367); Green value is 122 (48.05% from 255 or 33.24% from 367); Blue value is 162 (63.67% from 255 or 44.14% from 367); Max value from RGB is 162 - color contains mainly: blue. Hex color #537AA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537AA2 is #AC855D. Grayscale: #727272. Windows color (decimal): -11306334 or 10648147. OLE color: 10648147.

HSL color Cylindrical-coordinate representation of color #537AA2: hue angle of 210.38º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #537AA2 is Cyan = 0.49, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB83122162-
CMYK0.490.2500.36
HSL210.38º32.24%48.04%-
HSV(B)210.38º48.77%63.53%-
XYZ17.0518.3736.83-
YUV114.9154.58105.25-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.62%
GREEN value IS 122 (48.05% from 255) = 33.24%
BLUE value IS 162 (63.67% from 255) = 44.14%
R=22.62%
G=33.24%
B=44.14%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal831221620.490.2500.36210.3832.2448.04
Hex537AA23119024d22030
Octal12317224261310443224060
Binary101001111110101010001011000111001010010011010010100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #537AA2; }

 p { color: rgb(83,122,162); }

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

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

 a { background-color: rgb(83,122,162); }

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

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

 span { border-color: rgb(83,122,162); }

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