#52709F

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

Shades of San Marino #52709F

Tints of San Marino #52709F

Color information

#52709F (or 0x52709F) is unknown color: approx San Marino. HEX triplet: 52, 70 and 9F. RGB value is (82,112,159). Sum of RGB (Red+Green+Blue) = 82+112+159=353 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.23% from 353); Green value is 112 (44.14% from 255 or 31.73% from 353); Blue value is 159 (62.5% from 255 or 45.04% from 353); Max value from RGB is 159 - color contains mainly: blue. Hex color #52709F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52709F is #AD8F60. Grayscale: #6C6C6C. Windows color (decimal): -11374433 or 10448978. OLE color: 10448978.

HSL color Cylindrical-coordinate representation of color #52709F: hue angle of 216.62º degrees, saturation: 0.32, 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 #52709F is Cyan = 0.48, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB82112159-
CMYK0.480.3000.38
HSL216.62º31.95%47.25%-
HSV(B)216.62º48.43%62.35%-
XYZ15.5315.8935.05-
YUV108.39156.56109.18-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.23%
GREEN value IS 112 (44.14% from 255) = 31.73%
BLUE value IS 159 (62.5% from 255) = 45.04%
R=23.23%
G=31.73%
B=45.04%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal821121590.480.3000.38216.6231.9547.25
Hex52709F301E026d9202f
Octal12216023760360463314057
Binary101001011100001001111111000011110010011011011001100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52709F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,112,159); }

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

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

 a { background-color: rgb(82,112,159); }

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

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

 span { border-color: rgb(82,112,159); }

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