#5165AD

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

Shades of San Marino #5165AD

Tints of San Marino #5165AD

Color information

#5165AD (or 0x5165AD) is unknown color: approx San Marino. HEX triplet: 51, 65 and AD. RGB value is (81,101,173). Sum of RGB (Red+Green+Blue) = 81+101+173=355 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.82% from 355); Green value is 101 (39.84% from 255 or 28.45% 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 #5165AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5165AD is #AE9A52. Grayscale: #666666. Windows color (decimal): -11442771 or 11363665. OLE color: 11363665.

HSL color Cylindrical-coordinate representation of color #5165AD: hue angle of 226.96º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5165AD is Cyan = 0.53, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB81101173-
CMYK0.530.4200.32
HSL226.96º36.22%49.8%-
HSV(B)226.96º53.18%67.84%-
XYZ15.5914.0741.43-
YUV103.23167.37112.15-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.82%
GREEN value IS 101 (39.84% from 255) = 28.45%
BLUE value IS 173 (67.97% from 255) = 48.73%
R=22.82%
G=28.45%
B=48.73%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal811011730.530.4200.32226.9636.2249.8
Hex5165AD352A020e32432
Octal12114525565520403434462
Binary1010001110010110101101110101101010010000011100011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5165AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,101,173); }

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

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

 a { background-color: rgb(81,101,173); }

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

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

 span { border-color: rgb(81,101,173); }

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