#5266A9

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

Shades of San Marino #5266A9

Tints of San Marino #5266A9

Color information

#5266A9 (or 0x5266A9) is unknown color: approx San Marino. HEX triplet: 52, 66 and A9. RGB value is (82,102,169). Sum of RGB (Red+Green+Blue) = 82+102+169=353 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.23% from 353); Green value is 102 (40.23% from 255 or 28.90% from 353); Blue value is 169 (66.41% from 255 or 47.88% from 353); Max value from RGB is 169 - color contains mainly: blue. Hex color #5266A9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5266A9 is #AD9956. Grayscale: #676767. Windows color (decimal): -11376983 or 11101778. OLE color: 11101778.

HSL color Cylindrical-coordinate representation of color #5266A9: hue angle of 226.21º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5266A9 is Cyan = 0.51, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB82102169-
CMYK0.510.4000.34
HSL226.21º34.66%49.22%-
HSV(B)226.21º51.48%66.27%-
XYZ15.3914.1639.46-
YUV103.66164.87112.55-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.23%
GREEN value IS 102 (40.23% from 255) = 28.90%
BLUE value IS 169 (66.41% from 255) = 47.88%
R=23.23%
G=28.90%
B=47.88%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal821021690.510.4000.34226.2134.6649.22
Hex5266A93328022e22331
Octal12214625163500423424361
Binary1010010110011010101001110011101000010001011100010100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5266A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5266A9; }

 p { color: rgb(82,102,169); }

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

<style>
 a { background-color: #5266A9; }

 a { background-color: rgb(82,102,169); }

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

<style>
 span { border-color: #5266A9; }

 span { border-color: rgb(82,102,169); }

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