#5167AE

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

Shades of San Marino #5167AE

Tints of San Marino #5167AE

Color information

#5167AE (or 0x5167AE) is unknown color: approx San Marino. HEX triplet: 51, 67 and AE. RGB value is (81,103,174). Sum of RGB (Red+Green+Blue) = 81+103+174=358 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.63% from 358); Green value is 103 (40.62% from 255 or 28.77% from 358); Blue value is 174 (68.36% from 255 or 48.60% from 358); Max value from RGB is 174 - color contains mainly: blue. Hex color #5167AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5167AE is #AE9851. Grayscale: #686868. Windows color (decimal): -11442258 or 11429713. OLE color: 11429713.

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

Color convert

RGB81103174-
CMYK0.530.4100.32
HSL225.81º36.47%50%-
HSV(B)225.81º53.45%68.24%-
XYZ15.8814.5142.01-
YUV104.52167.21111.23-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.63%
GREEN value IS 103 (40.62% from 255) = 28.77%
BLUE value IS 174 (68.36% from 255) = 48.60%
R=22.63%
G=28.77%
B=48.60%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal811031740.530.4100.32225.8136.4750
Hex5167AE3529020e22432
Octal12114725665510403424462
Binary1010001110011110101110110101101001010000011100010100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5167AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,103,174); }

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

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

 a { background-color: rgb(81,103,174); }

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

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

 span { border-color: rgb(81,103,174); }

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