#537AA0

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

Shades of San Marino #537AA0

Tints of San Marino #537AA0

Color information

#537AA0 (or 0x537AA0) is unknown color: approx San Marino. HEX triplet: 53, 7A and A0. RGB value is (83,122,160). Sum of RGB (Red+Green+Blue) = 83+122+160=365 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.74% from 365); Green value is 122 (48.05% from 255 or 33.42% from 365); Blue value is 160 (62.89% from 255 or 43.84% from 365); Max value from RGB is 160 - color contains mainly: blue. Hex color #537AA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537AA0 is #AC855F. Grayscale: #727272. Windows color (decimal): -11306336 or 10517075. OLE color: 10517075.

HSL color Cylindrical-coordinate representation of color #537AA0: hue angle of 209.61º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #537AA0 is Cyan = 0.48, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB83122160-
CMYK0.480.2400.37
HSL209.61º31.69%47.65%-
HSV(B)209.61º48.12%62.75%-
XYZ16.8718.335.9-
YUV114.67153.58105.41-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.74%
GREEN value IS 122 (48.05% from 255) = 33.42%
BLUE value IS 160 (62.89% from 255) = 43.84%
R=22.74%
G=33.42%
B=43.84%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal831221600.480.2400.37209.6131.6947.65
Hex537AA03018025d22030
Octal12317224060300453224060
Binary101001111110101010000011000011000010010111010010100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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