#5069AE

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

Shades of San Marino #5069AE

Tints of San Marino #5069AE

Color information

#5069AE (or 0x5069AE) is unknown color: approx San Marino. HEX triplet: 50, 69 and AE. RGB value is (80,105,174). Sum of RGB (Red+Green+Blue) = 80+105+174=359 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.28% from 359); Green value is 105 (41.41% from 255 or 29.25% from 359); Blue value is 174 (68.36% from 255 or 48.47% from 359); Max value from RGB is 174 - color contains mainly: blue. Hex color #5069AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5069AE is #AF9651. Grayscale: #696969. Windows color (decimal): -11507282 or 11430224. OLE color: 11430224.

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

Color convert

RGB80105174-
CMYK0.540.4000.32
HSL224.04º37.01%49.8%-
HSV(B)224.04º54.02%68.24%-
XYZ1614.8642.07-
YUV105.39166.72109.89-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.28%
GREEN value IS 105 (41.41% from 255) = 29.25%
BLUE value IS 174 (68.36% from 255) = 48.47%
R=22.28%
G=29.25%
B=48.47%

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
Decimal801051740.540.4000.32224.0437.0149.8
Hex5069AE3628020e02532
Octal12015125666500403404562
Binary1010000110100110101110110110101000010000011100000100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5069AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5069AE; }

 p { color: rgb(80,105,174); }

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

<style>
 a { background-color: #5069AE; }

 a { background-color: rgb(80,105,174); }

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

<style>
 span { border-color: #5069AE; }

 span { border-color: rgb(80,105,174); }

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