#5066AB

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

Shades of San Marino #5066AB

Tints of San Marino #5066AB

Color information

#5066AB (or 0x5066AB) is unknown color: approx San Marino. HEX triplet: 50, 66 and AB. RGB value is (80,102,171). Sum of RGB (Red+Green+Blue) = 80+102+171=353 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.66% from 353); Green value is 102 (40.23% from 255 or 28.90% from 353); Blue value is 171 (67.19% from 255 or 48.44% from 353); Max value from RGB is 171 - color contains mainly: blue. Hex color #5066AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5066AB is #AF9954. Grayscale: #666666. Windows color (decimal): -11508053 or 11232848. OLE color: 11232848.

HSL color Cylindrical-coordinate representation of color #5066AB: hue angle of 225.49º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5066AB is Cyan = 0.53, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB80102171-
CMYK0.530.4000.33
HSL225.49º36.25%49.22%-
HSV(B)225.49º53.22%67.06%-
XYZ15.4114.1540.45-
YUV103.29166.21111.39-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.66%
GREEN value IS 102 (40.23% from 255) = 28.90%
BLUE value IS 171 (67.19% from 255) = 48.44%
R=22.66%
G=28.90%
B=48.44%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal801021710.530.4000.33225.4936.2549.22
Hex5066AB3528021e12431
Octal12014625365500413414461
Binary1010000110011010101011110101101000010000111100001100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5066AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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