#537B9E

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

Shades of San Marino #537B9E

Tints of San Marino #537B9E

Color information

#537B9E (or 0x537B9E) is unknown color: approx San Marino. HEX triplet: 53, 7B and 9E. RGB value is (83,123,158). Sum of RGB (Red+Green+Blue) = 83+123+158=364 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.80% from 364); Green value is 123 (48.44% from 255 or 33.79% from 364); Blue value is 158 (62.11% from 255 or 43.41% from 364); Max value from RGB is 158 - color contains mainly: blue. Hex color #537B9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537B9E is #AC8461. Grayscale: #727272. Windows color (decimal): -11306082 or 10386259. OLE color: 10386259.

HSL color Cylindrical-coordinate representation of color #537B9E: hue angle of 208º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #537B9E is Cyan = 0.47, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB83123158-
CMYK0.470.2200.38
HSL208º31.12%47.25%-
HSV(B)208º47.47%61.96%-
XYZ16.8218.4735.03-
YUV115.03152.25105.15-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.80%
GREEN value IS 123 (48.44% from 255) = 33.79%
BLUE value IS 158 (62.11% from 255) = 43.41%
R=22.80%
G=33.79%
B=43.41%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal831231580.470.2200.3820831.1247.25
Hex537B9E2F16026d01f2f
Octal12317323657260463203757
Binary10100111111011100111101011111011001001101101000011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,123,158); }

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

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

 a { background-color: rgb(83,123,158); }

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

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

 span { border-color: rgb(83,123,158); }

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