#537B9D

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

Shades of San Marino #537B9D

Tints of San Marino #537B9D

Color information

#537B9D (or 0x537B9D) is unknown color: approx San Marino. HEX triplet: 53, 7B and 9D. RGB value is (83,123,157). Sum of RGB (Red+Green+Blue) = 83+123+157=363 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.87% from 363); Green value is 123 (48.44% from 255 or 33.88% from 363); Blue value is 157 (61.72% from 255 or 43.25% from 363); Max value from RGB is 157 - color contains mainly: blue. Hex color #537B9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537B9D is #AC8462. Grayscale: #727272. Windows color (decimal): -11306083 or 10320723. OLE color: 10320723.

HSL color Cylindrical-coordinate representation of color #537B9D: hue angle of 207.57º 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 #537B9D is Cyan = 0.47, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB83123157-
CMYK0.470.2200.38
HSL207.57º30.83%47.06%-
HSV(B)207.57º47.13%61.57%-
XYZ16.7418.4434.58-
YUV114.92151.75105.24-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.87%
GREEN value IS 123 (48.44% from 255) = 33.88%
BLUE value IS 157 (61.72% from 255) = 43.25%
R=22.87%
G=33.88%
B=43.25%

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
Decimal831231570.470.2200.38207.5730.8347.06
Hex537B9D2F16026d01f2f
Octal12317323557260463203757
Binary10100111111011100111011011111011001001101101000011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #537B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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