#5066AD

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

Shades of San Marino #5066AD

Tints of San Marino #5066AD

Color information

#5066AD (or 0x5066AD) is unknown color: approx San Marino. HEX triplet: 50, 66 and AD. RGB value is (80,102,173). Sum of RGB (Red+Green+Blue) = 80+102+173=355 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.54% from 355); Green value is 102 (40.23% from 255 or 28.73% from 355); Blue value is 173 (67.97% from 255 or 48.73% from 355); Max value from RGB is 173 - color contains mainly: blue. Hex color #5066AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5066AD is #AF9952. Grayscale: #676767. Windows color (decimal): -11508051 or 11363920. OLE color: 11363920.

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

Color convert

RGB80102173-
CMYK0.540.4100.32
HSL225.81º36.76%49.61%-
HSV(B)225.81º53.76%67.84%-
XYZ15.614.2341.46-
YUV103.52167.21111.23-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.54%
GREEN value IS 102 (40.23% from 255) = 28.73%
BLUE value IS 173 (67.97% from 255) = 48.73%
R=22.54%
G=28.73%
B=48.73%

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
Decimal801021730.540.4100.32225.8136.7649.61
Hex5066AD3629020e22532
Octal12014625566510403424562
Binary1010000110011010101101110110101001010000011100010100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5066AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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