#52699F

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

Shades of San Marino #52699F

Tints of San Marino #52699F

Color information

#52699F (or 0x52699F) is unknown color: approx San Marino. HEX triplet: 52, 69 and 9F. RGB value is (82,105,159). Sum of RGB (Red+Green+Blue) = 82+105+159=346 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.70% from 346); Green value is 105 (41.41% from 255 or 30.35% from 346); Blue value is 159 (62.5% from 255 or 45.95% from 346); Max value from RGB is 159 - color contains mainly: blue. Hex color #52699F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52699F is #AD9660. Grayscale: #686868. Windows color (decimal): -11376225 or 10447186. OLE color: 10447186.

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

Color convert

RGB82105159-
CMYK0.480.3400.38
HSL222.08º31.95%47.25%-
HSV(B)222.08º48.43%62.35%-
XYZ14.7914.434.8-
YUV104.28158.88112.11-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.70%
GREEN value IS 105 (41.41% from 255) = 30.35%
BLUE value IS 159 (62.5% from 255) = 45.95%
R=23.70%
G=30.35%
B=45.95%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal821051590.480.3400.38222.0831.9547.25
Hex52699F3022026de202f
Octal12215123760420463364057
Binary1010010110100110011111110000100010010011011011110100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52699F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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