#5272AF

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

Shades of San Marino #5272AF

Tints of San Marino #5272AF

Color information

#5272AF (or 0x5272AF) is unknown color: approx San Marino. HEX triplet: 52, 72 and AF. RGB value is (82,114,175). Sum of RGB (Red+Green+Blue) = 82+114+175=371 (49% of max value = 765). Red value is 82 (32.42% from 255 or 22.10% from 371); Green value is 114 (44.92% from 255 or 30.73% from 371); Blue value is 175 (68.75% from 255 or 47.17% from 371); Max value from RGB is 175 - color contains mainly: blue. Hex color #5272AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5272AF is #AD8D50. Grayscale: #6F6F6F. Windows color (decimal): -11373905 or 11498066. OLE color: 11498066.

HSL color Cylindrical-coordinate representation of color #5272AF: hue angle of 219.35º 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 #5272AF is Cyan = 0.53, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB82114175-
CMYK0.530.3500.31
HSL219.35º36.76%50.39%-
HSV(B)219.35º53.14%68.63%-
XYZ17.2316.9242.92-
YUV111.39163.9107.04-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.10%
GREEN value IS 114 (44.92% from 255) = 30.73%
BLUE value IS 175 (68.75% from 255) = 47.17%
R=22.10%
G=30.73%
B=47.17%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal821141750.530.3500.31219.3536.7650.39
Hex5272AF352301Fdb2532
Octal12216225765430373334562
Binary101001011100101010111111010110001101111111011011100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5272AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5272AF; }

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

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

<style>
 a { background-color: #5272AF; }

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

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

<style>
 span { border-color: #5272AF; }

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

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