#52699B

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

Shades of San Marino #52699B

Tints of San Marino #52699B

Color information

#52699B (or 0x52699B) is unknown color: approx San Marino. HEX triplet: 52, 69 and 9B. RGB value is (82,105,155). Sum of RGB (Red+Green+Blue) = 82+105+155=342 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.98% from 342); Green value is 105 (41.41% from 255 or 30.70% from 342); Blue value is 155 (60.94% from 255 or 45.32% from 342); Max value from RGB is 155 - color contains mainly: blue. Hex color #52699B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52699B is #AD9664. Grayscale: #676767. Windows color (decimal): -11376229 or 10185042. OLE color: 10185042.

HSL color Cylindrical-coordinate representation of color #52699B: hue angle of 221.1º 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 #52699B is Cyan = 0.47, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB82105155-
CMYK0.470.3200.39
HSL221.1º30.8%46.47%-
HSV(B)221.1º47.1%60.78%-
XYZ14.4514.2633-
YUV103.82156.88112.43-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.98%
GREEN value IS 105 (41.41% from 255) = 30.70%
BLUE value IS 155 (60.94% from 255) = 45.32%
R=23.98%
G=30.70%
B=45.32%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal821051550.470.3200.39221.130.846.47
Hex52699B2F20027dd1f2e
Octal12215123357400473353756
Binary101001011010011001101110111110000001001111101110111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52699B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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