#5270AD

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

Shades of San Marino #5270AD

Tints of San Marino #5270AD

Color information

#5270AD (or 0x5270AD) is unknown color: approx San Marino. HEX triplet: 52, 70 and AD. RGB value is (82,112,173). Sum of RGB (Red+Green+Blue) = 82+112+173=367 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.34% from 367); Green value is 112 (44.14% from 255 or 30.52% from 367); Blue value is 173 (67.97% from 255 or 47.14% from 367); Max value from RGB is 173 - color contains mainly: blue. Hex color #5270AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5270AD is #AD8F52. Grayscale: #6D6D6D. Windows color (decimal): -11374419 or 11366482. OLE color: 11366482.

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

Color convert

RGB82112173-
CMYK0.530.3500.32
HSL220.22º35.69%50%-
HSV(B)220.22º52.6%67.84%-
XYZ16.8216.441.81-
YUV109.98163.56108.04-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.34%
GREEN value IS 112 (44.14% from 255) = 30.52%
BLUE value IS 173 (67.97% from 255) = 47.14%
R=22.34%
G=30.52%
B=47.14%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal821121730.530.3500.32220.2235.6950
Hex5270AD3523020dc2432
Octal12216025565430403344462
Binary1010010111000010101101110101100011010000011011100100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5270AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5270AD; }

 p { color: rgb(82,112,173); }

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

<style>
 a { background-color: #5270AD; }

 a { background-color: rgb(82,112,173); }

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

<style>
 span { border-color: #5270AD; }

 span { border-color: rgb(82,112,173); }

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