#53729A

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

Shades of San Marino #53729A

Tints of San Marino #53729A

Color information

#53729A (or 0x53729A) is unknown color: approx San Marino. HEX triplet: 53, 72 and 9A. RGB value is (83,114,154). Sum of RGB (Red+Green+Blue) = 83+114+154=351 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.65% from 351); Green value is 114 (44.92% from 255 or 32.48% from 351); Blue value is 154 (60.55% from 255 or 43.87% from 351); Max value from RGB is 154 - color contains mainly: blue. Hex color #53729A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53729A is #AC8D65. Grayscale: #6D6D6D. Windows color (decimal): -11308390 or 10121811. OLE color: 10121811.

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

Color convert

RGB83114154-
CMYK0.460.2600.40
HSL213.8º29.96%46.47%-
HSV(B)213.8º46.1%60.39%-
XYZ15.4216.2132.89-
YUV109.29153.23109.25-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.65%
GREEN value IS 114 (44.92% from 255) = 32.48%
BLUE value IS 154 (60.55% from 255) = 43.87%
R=23.65%
G=32.48%
B=43.87%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal831141540.460.2600.40213.829.9646.47
Hex53729A2E1A028d61e2e
Octal12316223256320503263656
Binary10100111110010100110101011101101001010001101011011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53729A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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