#5068AD

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

Shades of San Marino #5068AD

Tints of San Marino #5068AD

Color information

#5068AD (or 0x5068AD) is unknown color: approx San Marino. HEX triplet: 50, 68 and AD. RGB value is (80,104,173). Sum of RGB (Red+Green+Blue) = 80+104+173=357 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.41% from 357); Green value is 104 (41.02% from 255 or 29.13% from 357); Blue value is 173 (67.97% from 255 or 48.46% from 357); Max value from RGB is 173 - color contains mainly: blue. Hex color #5068AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5068AD is #AF9752. Grayscale: #686868. Windows color (decimal): -11507539 or 11364432. OLE color: 11364432.

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

Color convert

RGB80104173-
CMYK0.540.4000.32
HSL224.52º36.76%49.61%-
HSV(B)224.52º53.76%67.84%-
XYZ15.814.6241.52-
YUV104.69166.55110.39-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.41%
GREEN value IS 104 (41.02% from 255) = 29.13%
BLUE value IS 173 (67.97% from 255) = 48.46%
R=22.41%
G=29.13%
B=48.46%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal801041730.540.4000.32224.5236.7649.61
Hex5068AD3628020e12532
Octal12015025566500403414562
Binary1010000110100010101101110110101000010000011100001100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5068AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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