#5167AA

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

Shades of San Marino #5167AA

Tints of San Marino #5167AA

Color information

#5167AA (or 0x5167AA) is unknown color: approx San Marino. HEX triplet: 51, 67 and AA. RGB value is (81,103,170). Sum of RGB (Red+Green+Blue) = 81+103+170=354 (46% of max value = 765). Red value is 81 (32.03% from 255 or 22.88% from 354); Green value is 103 (40.62% from 255 or 29.10% from 354); Blue value is 170 (66.80% from 255 or 48.02% from 354); Max value from RGB is 170 - color contains mainly: blue. Hex color #5167AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5167AA is #AE9855. Grayscale: #676767. Windows color (decimal): -11442262 or 11167569. OLE color: 11167569.

HSL color Cylindrical-coordinate representation of color #5167AA: hue angle of 225.17º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5167AA is Cyan = 0.52, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB81103170-
CMYK0.520.3900.33
HSL225.17º35.46%49.22%-
HSV(B)225.17º52.35%66.67%-
XYZ15.514.3539.98-
YUV104.06165.21111.55-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.88%
GREEN value IS 103 (40.62% from 255) = 29.10%
BLUE value IS 170 (66.80% from 255) = 48.02%
R=22.88%
G=29.10%
B=48.02%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal811031700.520.3900.33225.1735.4649.22
Hex5167AA3427021e12331
Octal12114725264470413414361
Binary1010001110011110101010110100100111010000111100001100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5167AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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