#5066AE

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

Shades of San Marino #5066AE

Tints of San Marino #5066AE

Color information

#5066AE (or 0x5066AE) is unknown color: approx San Marino. HEX triplet: 50, 66 and AE. RGB value is (80,102,174). Sum of RGB (Red+Green+Blue) = 80+102+174=356 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.47% from 356); Green value is 102 (40.23% from 255 or 28.65% from 356); Blue value is 174 (68.36% from 255 or 48.88% from 356); Max value from RGB is 174 - color contains mainly: blue. Hex color #5066AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5066AE is #AF9951. Grayscale: #676767. Windows color (decimal): -11508050 or 11429456. OLE color: 11429456.

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

Color convert

RGB80102174-
CMYK0.540.4100.32
HSL225.96º37.01%49.8%-
HSV(B)225.96º54.02%68.24%-
XYZ15.714.2641.97-
YUV103.63167.71111.15-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.47%
GREEN value IS 102 (40.23% from 255) = 28.65%
BLUE value IS 174 (68.36% from 255) = 48.88%
R=22.47%
G=28.65%
B=48.88%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal801021740.540.4100.32225.9637.0149.8
Hex5066AE3629020e22532
Octal12014625666510403424562
Binary1010000110011010101110110110101001010000011100010100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5066AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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