#52709B

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

Shades of San Marino #52709B

Tints of San Marino #52709B

Color information

#52709B (or 0x52709B) is unknown color: approx San Marino. HEX triplet: 52, 70 and 9B. RGB value is (82,112,155). Sum of RGB (Red+Green+Blue) = 82+112+155=349 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.50% from 349); Green value is 112 (44.14% from 255 or 32.09% from 349); Blue value is 155 (60.94% from 255 or 44.41% from 349); Max value from RGB is 155 - color contains mainly: blue. Hex color #52709B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52709B is #AD8F64. Grayscale: #6B6B6B. Windows color (decimal): -11374437 or 10186834. OLE color: 10186834.

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

Color convert

RGB82112155-
CMYK0.470.2800.39
HSL215.34º30.8%46.47%-
HSV(B)215.34º47.1%60.78%-
XYZ15.1915.7533.25-
YUV107.93154.56109.5-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.50%
GREEN value IS 112 (44.14% from 255) = 32.09%
BLUE value IS 155 (60.94% from 255) = 44.41%
R=23.50%
G=32.09%
B=44.41%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal821121550.470.2800.39215.3430.846.47
Hex52709B2F1C027d71f2e
Octal12216023357340473273756
Binary10100101110000100110111011111110001001111101011111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52709B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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