#5167AC

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

Shades of San Marino #5167AC

Tints of San Marino #5167AC

Color information

#5167AC (or 0x5167AC) is unknown color: approx San Marino. HEX triplet: 51, 67 and AC. RGB value is (81,103,172). Sum of RGB (Red+Green+Blue) = 81+103+172=356 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.75% from 356); Green value is 103 (40.62% from 255 or 28.93% from 356); Blue value is 172 (67.58% from 255 or 48.31% from 356); Max value from RGB is 172 - color contains mainly: blue. Hex color #5167AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5167AC is #AE9853. Grayscale: #676767. Windows color (decimal): -11442260 or 11298641. OLE color: 11298641.

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

Color convert

RGB81103172-
CMYK0.530.4000.33
HSL225.49º35.97%49.61%-
HSV(B)225.49º52.91%67.45%-
XYZ15.6914.4340.99-
YUV104.29166.21111.39-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.75%
GREEN value IS 103 (40.62% from 255) = 28.93%
BLUE value IS 172 (67.58% from 255) = 48.31%
R=22.75%
G=28.93%
B=48.31%

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
Decimal811031720.530.4000.33225.4935.9749.61
Hex5167AC3528021e12432
Octal12114725465500413414462
Binary1010001110011110101100110101101000010000111100001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5167AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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