#5066AA

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

Shades of San Marino #5066AA

Tints of San Marino #5066AA

Color information

#5066AA (or 0x5066AA) is unknown color: approx San Marino. HEX triplet: 50, 66 and AA. RGB value is (80,102,170). Sum of RGB (Red+Green+Blue) = 80+102+170=352 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.73% from 352); Green value is 102 (40.23% from 255 or 28.98% from 352); Blue value is 170 (66.80% from 255 or 48.30% from 352); Max value from RGB is 170 - color contains mainly: blue. Hex color #5066AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5066AA is #AF9955. Grayscale: #666666. Windows color (decimal): -11508054 or 11167312. OLE color: 11167312.

HSL color Cylindrical-coordinate representation of color #5066AA: hue angle of 225.33º 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 #5066AA is Cyan = 0.53, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB80102170-
CMYK0.530.400.33
HSL225.33º36%49.02%-
HSV(B)225.33º52.94%66.67%-
XYZ15.3214.1139.95-
YUV103.17165.71111.47-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.73%
GREEN value IS 102 (40.23% from 255) = 28.98%
BLUE value IS 170 (66.80% from 255) = 48.30%
R=22.73%
G=28.98%
B=48.30%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal801021700.530.400.33225.333649.02
Hex5066AA3528021e12431
Octal12014625265500413414461
Binary1010000110011010101010110101101000010000111100001100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5066AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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