#5269af

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

Shades of San Marino #5269AF

Tints of San Marino #5269AF

Color information

#5269AF (or 0x5269AF) is unknown color: approx San Marino. HEX triplet: 52, 69 and AF. RGB value is (82,105,175). Sum of RGB (Red+Green+Blue) = 82+105+175=362 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.65% from 362); Green value is 105 (41.41% from 255 or 29.01% from 362); Blue value is 175 (68.75% from 255 or 48.34% from 362); Max value from RGB is 175 - color contains mainly: blue. Hex color #5269AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5269AF is #AD9650. Grayscale: #696969. Windows color (decimal): -11376209 or 11495762. OLE color: 11495762.

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

Color convert

RGB82105175-
CMYK0.530.4000.31
HSL225.16º36.76%50.39%-
HSV(B)225.16º53.14%68.63%-
XYZ16.2714.9942.59-
YUV106.1166.88110.81-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.65%
GREEN value IS 105 (41.41% from 255) = 29.01%
BLUE value IS 175 (68.75% from 255) = 48.34%
R=22.65%
G=29.01%
B=48.34%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal821051750.530.4000.31225.1636.7650.39
Hex5269AF352801Fe12532
Octal12215125765500373414562
Binary101001011010011010111111010110100001111111100001100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5269af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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