#53739F

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

Shades of San Marino #53739F

Tints of San Marino #53739F

Color information

#53739F (or 0x53739F) is unknown color: approx San Marino. HEX triplet: 53, 73 and 9F. RGB value is (83,115,159). Sum of RGB (Red+Green+Blue) = 83+115+159=357 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.25% from 357); Green value is 115 (45.31% from 255 or 32.21% from 357); Blue value is 159 (62.5% from 255 or 44.54% from 357); Max value from RGB is 159 - color contains mainly: blue. Hex color #53739F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53739F is #AC8C60. Grayscale: #6E6E6E. Windows color (decimal): -11308129 or 10449747. OLE color: 10449747.

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

Color convert

RGB83115159-
CMYK0.480.2800.38
HSL214.74º31.4%47.45%-
HSV(B)214.74º47.8%62.35%-
XYZ15.9616.635.16-
YUV110.45155.4108.42-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.25%
GREEN value IS 115 (45.31% from 255) = 32.21%
BLUE value IS 159 (62.5% from 255) = 44.54%
R=23.25%
G=32.21%
B=44.54%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal831151590.480.2800.38214.7431.447.45
Hex53739F301C026d71f2f
Octal12316323760340463273757
Binary10100111110011100111111100001110001001101101011111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53739F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53739F; }

 p { color: rgb(83,115,159); }

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

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

 a { background-color: rgb(83,115,159); }

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

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

 span { border-color: rgb(83,115,159); }

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