#52699E

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

Shades of San Marino #52699E

Tints of San Marino #52699E

Color information

#52699E (or 0x52699E) is unknown color: approx San Marino. HEX triplet: 52, 69 and 9E. RGB value is (82,105,158). Sum of RGB (Red+Green+Blue) = 82+105+158=345 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.77% from 345); Green value is 105 (41.41% from 255 or 30.43% from 345); Blue value is 158 (62.11% from 255 or 45.80% from 345); Max value from RGB is 158 - color contains mainly: blue. Hex color #52699E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #52699E is #AD9661. Grayscale: #676767. Windows color (decimal): -11376226 or 10381650. OLE color: 10381650.

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

Color convert

RGB82105158-
CMYK0.480.3400.38
HSL221.84º31.67%47.06%-
HSV(B)221.84º48.1%61.96%-
XYZ14.714.3734.35-
YUV104.16158.38112.19-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.77%
GREEN value IS 105 (41.41% from 255) = 30.43%
BLUE value IS 158 (62.11% from 255) = 45.80%
R=23.77%
G=30.43%
B=45.80%

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
Decimal821051580.480.3400.38221.8431.6747.06
Hex52699E3022026de202f
Octal12215123660420463364057
Binary1010010110100110011110110000100010010011011011110100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52699E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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