#5265A9

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

Shades of San Marino #5265A9

Tints of San Marino #5265A9

Color information

#5265A9 (or 0x5265A9) is unknown color: approx San Marino. HEX triplet: 52, 65 and A9. RGB value is (82,101,169). Sum of RGB (Red+Green+Blue) = 82+101+169=352 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.30% from 352); Green value is 101 (39.84% from 255 or 28.69% from 352); Blue value is 169 (66.41% from 255 or 48.01% from 352); Max value from RGB is 169 - color contains mainly: blue. Hex color #5265A9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5265A9 is #AD9A56. Grayscale: #666666. Windows color (decimal): -11377239 or 11101522. OLE color: 11101522.

HSL color Cylindrical-coordinate representation of color #5265A9: hue angle of 226.9º 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 #5265A9 is Cyan = 0.51, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB82101169-
CMYK0.510.4000.34
HSL226.9º34.66%49.22%-
HSV(B)226.9º51.48%66.27%-
XYZ15.2913.9739.43-
YUV103.07165.21112.97-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.30%
GREEN value IS 101 (39.84% from 255) = 28.69%
BLUE value IS 169 (66.41% from 255) = 48.01%
R=23.30%
G=28.69%
B=48.01%

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
Decimal821011690.510.4000.34226.934.6649.22
Hex5265A93328022e32331
Octal12214525163500423434361
Binary1010010110010110101001110011101000010001011100011100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5265A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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