#53729C

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

Shades of San Marino #53729C

Tints of San Marino #53729C

Color information

#53729C (or 0x53729C) is unknown color: approx San Marino. HEX triplet: 53, 72 and 9C. RGB value is (83,114,156). Sum of RGB (Red+Green+Blue) = 83+114+156=353 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.51% from 353); Green value is 114 (44.92% from 255 or 32.29% from 353); Blue value is 156 (61.33% from 255 or 44.19% from 353); Max value from RGB is 156 - color contains mainly: blue. Hex color #53729C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53729C is #AC8D63. Grayscale: #6D6D6D. Windows color (decimal): -11308388 or 10252883. OLE color: 10252883.

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

Color convert

RGB83114156-
CMYK0.470.2700.39
HSL214.52º30.54%46.86%-
HSV(B)214.52º46.79%61.18%-
XYZ15.5916.2733.77-
YUV109.52154.23109.08-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.51%
GREEN value IS 114 (44.92% from 255) = 32.29%
BLUE value IS 156 (61.33% from 255) = 44.19%
R=23.51%
G=32.29%
B=44.19%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal831141560.470.2700.39214.5230.5446.86
Hex53729C2F1B027d71f2f
Octal12316223457330473273757
Binary10100111110010100111001011111101101001111101011111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53729C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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