#52719A

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

Shades of San Marino #52719A

Tints of San Marino #52719A

Color information

#52719A (or 0x52719A) is unknown color: approx San Marino. HEX triplet: 52, 71 and 9A. RGB value is (82,113,154). Sum of RGB (Red+Green+Blue) = 82+113+154=349 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.50% from 349); Green value is 113 (44.53% from 255 or 32.38% from 349); Blue value is 154 (60.55% from 255 or 44.13% from 349); Max value from RGB is 154 - color contains mainly: blue. Hex color #52719A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52719A is #AD8E65. Grayscale: #6C6C6C. Windows color (decimal): -11374182 or 10121554. OLE color: 10121554.

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

Color convert

RGB82113154-
CMYK0.470.2700.40
HSL214.17º30.51%46.27%-
HSV(B)214.17º46.75%60.39%-
XYZ15.2215.9432.85-
YUV108.4153.73109.17-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.50%
GREEN value IS 113 (44.53% from 255) = 32.38%
BLUE value IS 154 (60.55% from 255) = 44.13%
R=23.50%
G=32.38%
B=44.13%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal821131540.470.2700.40214.1730.5146.27
Hex52719A2F1B028d61f2e
Octal12216123257330503263756
Binary10100101110001100110101011111101101010001101011011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52719A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,113,154); }

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

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

 a { background-color: rgb(82,113,154); }

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

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

 span { border-color: rgb(82,113,154); }

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