#51659B

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

Shades of San Marino #51659B

Tints of San Marino #51659B

Color information

#51659B (or 0x51659B) is unknown color: approx San Marino. HEX triplet: 51, 65 and 9B. RGB value is (81,101,155). Sum of RGB (Red+Green+Blue) = 81+101+155=337 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.04% from 337); Green value is 101 (39.84% from 255 or 29.97% from 337); Blue value is 155 (60.94% from 255 or 45.99% from 337); Max value from RGB is 155 - color contains mainly: blue. Hex color #51659B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #51659B is #AE9A64. Grayscale: #646464. Windows color (decimal): -11442789 or 10184017. OLE color: 10184017.

HSL color Cylindrical-coordinate representation of color #51659B: hue angle of 223.78º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #51659B is Cyan = 0.48, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB81101155-
CMYK0.480.3500.39
HSL223.78º31.36%46.27%-
HSV(B)223.78º47.74%60.78%-
XYZ13.9613.4232.87-
YUV101.18158.37113.61-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.04%
GREEN value IS 101 (39.84% from 255) = 29.97%
BLUE value IS 155 (60.94% from 255) = 45.99%
R=24.04%
G=29.97%
B=45.99%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal811011550.480.3500.39223.7831.3646.27
Hex51659B3023027e01f2e
Octal12114523360430473403756
Binary101000111001011001101111000010001101001111110000011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51659B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51659B; }

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

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

<style>
 a { background-color: #51659B; }

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

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

<style>
 span { border-color: #51659B; }

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

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