#5070AD

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

Shades of San Marino #5070AD

Tints of San Marino #5070AD

Color information

#5070AD (or 0x5070AD) is unknown color: approx San Marino. HEX triplet: 50, 70 and AD. RGB value is (80,112,173). Sum of RGB (Red+Green+Blue) = 80+112+173=365 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.92% from 365); Green value is 112 (44.14% from 255 or 30.68% from 365); Blue value is 173 (67.97% from 255 or 47.40% from 365); Max value from RGB is 173 - color contains mainly: blue. Hex color #5070AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5070AD is #AF8F52. Grayscale: #6D6D6D. Windows color (decimal): -11505491 or 11366480. OLE color: 11366480.

HSL color Cylindrical-coordinate representation of color #5070AD: hue angle of 219.35º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5070AD is Cyan = 0.54, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB80112173-
CMYK0.540.3500.32
HSL219.35º36.76%49.61%-
HSV(B)219.35º53.76%67.84%-
XYZ16.6516.3141.81-
YUV109.39163.9107.04-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.92%
GREEN value IS 112 (44.14% from 255) = 30.68%
BLUE value IS 173 (67.97% from 255) = 47.40%
R=21.92%
G=30.68%
B=47.40%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal801121730.540.3500.32219.3536.7649.61
Hex5070AD3623020db2532
Octal12016025566430403334562
Binary1010000111000010101101110110100011010000011011011100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5070AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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