#5269AE

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

Shades of San Marino #5269AE

Tints of San Marino #5269AE

Color information

#5269AE (or 0x5269AE) is unknown color: approx San Marino. HEX triplet: 52, 69 and AE. RGB value is (82,105,174). Sum of RGB (Red+Green+Blue) = 82+105+174=361 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.71% from 361); Green value is 105 (41.41% from 255 or 29.09% from 361); Blue value is 174 (68.36% from 255 or 48.20% from 361); Max value from RGB is 174 - color contains mainly: blue. Hex color #5269AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5269AE is #AD9651. Grayscale: #696969. Windows color (decimal): -11376210 or 11430226. OLE color: 11430226.

HSL color Cylindrical-coordinate representation of color #5269AE: hue angle of 225º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5269AE is Cyan = 0.53, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB82105174-
CMYK0.530.4000.32
HSL225º36.22%50.2%-
HSV(B)225º52.87%68.24%-
XYZ16.1714.9542.08-
YUV105.99166.38110.89-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.71%
GREEN value IS 105 (41.41% from 255) = 29.09%
BLUE value IS 174 (68.36% from 255) = 48.20%
R=22.71%
G=29.09%
B=48.20%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal821051740.530.4000.3222536.2250.2
Hex5269AE3528020e12432
Octal12215125665500403414462
Binary1010010110100110101110110101101000010000011100001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5269AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5269AE; }

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

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

<style>
 a { background-color: #5269AE; }

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

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

<style>
 span { border-color: #5269AE; }

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

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