#53729B

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

Shades of San Marino #53729B

Tints of San Marino #53729B

Color information

#53729B (or 0x53729B) is unknown color: approx San Marino. HEX triplet: 53, 72 and 9B. RGB value is (83,114,155). Sum of RGB (Red+Green+Blue) = 83+114+155=352 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.58% from 352); Green value is 114 (44.92% from 255 or 32.39% from 352); Blue value is 155 (60.94% from 255 or 44.03% from 352); Max value from RGB is 155 - color contains mainly: blue. Hex color #53729B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53729B is #AC8D64. Grayscale: #6D6D6D. Windows color (decimal): -11308389 or 10187347. OLE color: 10187347.

HSL color Cylindrical-coordinate representation of color #53729B: hue angle of 214.17º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #53729B is Cyan = 0.46, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB83114155-
CMYK0.460.2600.39
HSL214.17º30.25%46.67%-
HSV(B)214.17º46.45%60.78%-
XYZ15.516.2433.33-
YUV109.4153.73109.17-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.58%
GREEN value IS 114 (44.92% from 255) = 32.39%
BLUE value IS 155 (60.94% from 255) = 44.03%
R=23.58%
G=32.39%
B=44.03%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal831141550.460.2600.39214.1730.2546.67
Hex53729B2E1A027d61e2f
Octal12316223356320473263657
Binary10100111110010100110111011101101001001111101011011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53729B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53729B; }

 p { color: rgb(83,114,155); }

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

<style>
 a { background-color: #53729B; }

 a { background-color: rgb(83,114,155); }

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

<style>
 span { border-color: #53729B; }

 span { border-color: rgb(83,114,155); }

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